New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@abdt/fonts

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@abdt/fonts - npm Package Compare versions

Comparing version 0.0.3 to 1.0.0-alpha.0

assets/roboto-medium.woff2

11

package.json
{
"name": "@abdt/fonts",
"version": "0.0.3",
"version": "1.0.0-alpha.0",
"description": "A collection of fonts by ABDT",

@@ -9,12 +8,14 @@ "license": "MIT",

"engines": {
"node": ">=10"
"node": ">=12.0.0"
},
"keywords": [
"roboto",
"rubrik new",
"golos"
"rubrik new"
],
"publishConfig": {
"access": "public"
},
"scripts": {
"clean": "echo && exit 0"
}
}

@@ -6,2 +6,3 @@ # Шрифты

## Установка
```bash

@@ -18,3 +19,2 @@ # npm

```bash
# Через модули
import '@abdt/fonts';

@@ -29,24 +29,32 @@ ```

```bash
```css
body {
font-family: 'Roboto', sans-serif';
font-family: 'Roboto', sans-serif;
}
h1, h2, h3, h4 {
font-family: 'Rubrik New', sans-serif';
font-family: 'Rubrik New', sans-serif;
}
```
## Дополнительные шрифты
## Предзагрузка шрифтов
Пакет содержит дополнительные шрифты для разработки веб-приложений в контексте проектов АБЦТ и АББ: "Golos".
Для критически важных шрифтов рекомендуется использовать предварительную загрузку.
```html
<link
rel="preload"
href="/path/to/font/roboto-regular.woff2"
as="font"
type="font/woff2"
crossorigin
/>
```
## Поддерживаемые переменные
| Weight | Fonts |
|-------------|:-------------------------:|
| 300 | Roboto, Rubrik New |
| 400 | Roboto, Golos |
| 500 | Roboto, Rubrik New, Golos |
| 700 | Roboto, Rubrik New, Golos |
| Weight | Fonts |
|--------|--------------------|
| 400 | Roboto |
| 500 | Roboto, Rubrik New |
| 700 | Rubrik New |

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc