@itcase/tokens-baikal 1.1.2 → 1.1.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/css/styles/main.css +10 -10
- package/package.json +2 -2
package/dist/css/styles/main.css
CHANGED
|
@@ -297,9 +297,9 @@
|
|
|
297
297
|
@font-face {
|
|
298
298
|
font-family: PF-Din-Display-Pro;
|
|
299
299
|
src:
|
|
300
|
-
url('
|
|
300
|
+
url('@itcase/tokens-baikal/dist/fonts/PF-Din-Display-Pro/pf-din-display-pro_bold.woff2')
|
|
301
301
|
format('woff2'),
|
|
302
|
-
url('
|
|
302
|
+
url('@itcase/tokens-baikal/dist/fonts/PF-Din-Display-Pro/pf-din-display-pro_bold.woff')
|
|
303
303
|
format('woff');
|
|
304
304
|
font-weight: 700;
|
|
305
305
|
font-style: normal;
|
|
@@ -308,9 +308,9 @@
|
|
|
308
308
|
@font-face {
|
|
309
309
|
font-family: PF-Din-Display-Pro;
|
|
310
310
|
src:
|
|
311
|
-
url('
|
|
311
|
+
url('@itcase/tokens-baikal/dist/fonts/PF-Din-Display-Pro/pf-din-display-pro_medium.woff2')
|
|
312
312
|
format('woff2'),
|
|
313
|
-
url('
|
|
313
|
+
url('@itcase/tokens-baikal/dist/fonts/PF-Din-Display-Pro/pf-din-display-pro_medium.woff')
|
|
314
314
|
format('woff');
|
|
315
315
|
font-weight: 500;
|
|
316
316
|
font-style: normal;
|
|
@@ -319,9 +319,9 @@
|
|
|
319
319
|
@font-face {
|
|
320
320
|
font-family: PF-Din-Display-Pro;
|
|
321
321
|
src:
|
|
322
|
-
url('
|
|
322
|
+
url('@itcase/tokens-baikal/dist/fonts/PF-Din-Display-Pro/pf-din-display-pro_regular.woff2')
|
|
323
323
|
format('woff2'),
|
|
324
|
-
url('
|
|
324
|
+
url('@itcase/tokens-baikal/dist/fonts/PF-Din-Display-Pro/pf-din-display-pro_regular.woff')
|
|
325
325
|
format('woff');
|
|
326
326
|
font-weight: 400;
|
|
327
327
|
font-style: normal;
|
|
@@ -330,9 +330,9 @@
|
|
|
330
330
|
@font-face {
|
|
331
331
|
font-family: PF-Din-Display-Pro;
|
|
332
332
|
src:
|
|
333
|
-
url('
|
|
333
|
+
url('@itcase/tokens-baikal/dist/fonts/PF-Din-Display-Pro/pf-din-display-pro_light.woff2')
|
|
334
334
|
format('woff2'),
|
|
335
|
-
url('
|
|
335
|
+
url('@itcase/tokens-baikal/dist/fonts/PF-Din-Display-Pro/pf-din-display-pro_light.woff')
|
|
336
336
|
format('woff');
|
|
337
337
|
font-weight: 300;
|
|
338
338
|
font-style: normal;
|
|
@@ -341,9 +341,9 @@
|
|
|
341
341
|
@font-face {
|
|
342
342
|
font-family: PF-Din-Display-Pro;
|
|
343
343
|
src:
|
|
344
|
-
url('
|
|
344
|
+
url('@itcase/tokens-baikal/dist/fonts/PF-Din-Display-Pro/pf-din-display-pro_thin.woff2')
|
|
345
345
|
format('woff2'),
|
|
346
|
-
url('
|
|
346
|
+
url('@itcase/tokens-baikal/dist/fonts/PF-Din-Display-Pro/pf-din-display-pro_thin.woff')
|
|
347
347
|
format('woff');
|
|
348
348
|
font-weight: 100;
|
|
349
349
|
font-style: normal;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@itcase/tokens-baikal",
|
|
3
3
|
"description": "",
|
|
4
|
-
"version": "1.1.
|
|
4
|
+
"version": "1.1.4",
|
|
5
5
|
"keywords": [],
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"private": false,
|
|
@@ -30,5 +30,5 @@
|
|
|
30
30
|
"access": "public",
|
|
31
31
|
"registry": "https://registry.npmjs.org/"
|
|
32
32
|
},
|
|
33
|
-
"gitHead": "
|
|
33
|
+
"gitHead": "d5d8ccc1076d50c7145522872c01e8796976a6f3"
|
|
34
34
|
}
|