mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-12 23:14:18 +01:00
N°3685 Replace Raleway truetype font files with woff ones
This commit is contained in:
committed by
Molkobain
parent
443292e1f6
commit
61ee4d6807
@@ -9,124 +9,124 @@
|
||||
font-weight: 100;
|
||||
font-style: normal;
|
||||
src: local('Raleway Thin'),
|
||||
url($approot-relative + 'node_modules/raleway-webfont/fonts/Raleway-Thin.ttf') format('truetype'),
|
||||
url($approot-relative + 'node_modules/@fontsource/raleway/files/raleway-all-100-normal.woff') format('woff'),
|
||||
}
|
||||
@font-face {
|
||||
font-family: Raleway;
|
||||
font-weight: 100;
|
||||
font-style: italic;
|
||||
src: local('Raleway Thin'),
|
||||
url($approot-relative + 'node_modules/raleway-webfont/fonts/Raleway-Thin-Italic.ttf') format('truetype'),
|
||||
url($approot-relative + 'node_modules/@fontsource/raleway/files/raleway-all-100-italic.woff') format('woff'),
|
||||
}
|
||||
@font-face {
|
||||
font-family: Raleway;
|
||||
font-weight: 200;
|
||||
font-style: normal;
|
||||
src: local('Raleway ExtraLight'),
|
||||
url($approot-relative + 'node_modules/raleway-webfont/fonts/Raleway-ExtraLight.ttf') format('truetype'),
|
||||
url($approot-relative + 'node_modules/@fontsource/raleway/files/raleway-all-200-normal.woff') format('woff'),
|
||||
}
|
||||
@font-face {
|
||||
font-family: Raleway;
|
||||
font-weight: 200;
|
||||
font-style: italic;
|
||||
src: local('Raleway ExtraLight'),
|
||||
url($approot-relative + 'node_modules/raleway-webfont/fonts/Raleway-ExtraLight-Italic.ttf') format('truetype'),
|
||||
url($approot-relative + 'node_modules/@fontsource/raleway/files/raleway-all-200-italic.woff') format('woff'),
|
||||
}
|
||||
@font-face {
|
||||
font-family: Raleway;
|
||||
font-weight: 300;
|
||||
font-style: normal;
|
||||
src: local('Raleway Light'),
|
||||
url($approot-relative + 'node_modules/raleway-webfont/fonts/Raleway-Light.ttf') format('truetype'),
|
||||
url($approot-relative + 'node_modules/@fontsource/raleway/files/raleway-all-300-normal.woff') format('woff'),
|
||||
}
|
||||
@font-face {
|
||||
font-family: Raleway;
|
||||
font-weight: 300;
|
||||
font-style: italic;
|
||||
src: local('Raleway Light'),
|
||||
url($approot-relative + 'node_modules/raleway-webfont/fonts/Raleway-Light-Italic.ttf') format('truetype'),
|
||||
url($approot-relative + 'node_modules/@fontsource/raleway/files/raleway-all-300-italic.woff') format('woff'),
|
||||
}
|
||||
@font-face {
|
||||
font-family: Raleway;
|
||||
font-weight: 400;
|
||||
font-style: normal;
|
||||
src: local('Raleway'),
|
||||
url($approot-relative + 'node_modules/raleway-webfont/fonts/Raleway-Regular.ttf') format('truetype'),
|
||||
url($approot-relative + 'node_modules/@fontsource/raleway/files/raleway-all-400-normal.woff') format('woff'),
|
||||
}
|
||||
@font-face {
|
||||
font-family: Raleway;
|
||||
font-weight: 400;
|
||||
font-style: italic;
|
||||
src: local('Raleway'),
|
||||
url($approot-relative + 'node_modules/raleway-webfont/fonts/Raleway-Regular-Italic.ttf') format('truetype'),
|
||||
url($approot-relative + 'node_modules/@fontsource/raleway/files/raleway-all-400-italic.woff') format('woff'),
|
||||
}
|
||||
@font-face {
|
||||
font-family: Raleway;
|
||||
font-weight: 500;
|
||||
font-style: normal;
|
||||
src: local('Raleway Medium'),
|
||||
url($approot-relative + 'node_modules/raleway-webfont/fonts/Raleway-Medium.ttf') format('truetype'),
|
||||
url($approot-relative + 'node_modules/@fontsource/raleway/files/raleway-all-500-normal.woff') format('woff'),
|
||||
}
|
||||
@font-face {
|
||||
font-family: Raleway;
|
||||
font-weight: 500;
|
||||
font-style: italic;
|
||||
src: local('Raleway Medium'),
|
||||
url($approot-relative + 'node_modules/raleway-webfont/fonts/Raleway-Medium-Italic.ttf') format('truetype'),
|
||||
url($approot-relative + 'node_modules/@fontsource/raleway/files/raleway-all-500-italic.woff') format('woff'),
|
||||
}
|
||||
@font-face {
|
||||
font-family: Raleway;
|
||||
font-weight: 600;
|
||||
font-style: normal;
|
||||
src: local('Raleway SemiBold'),
|
||||
url($approot-relative + 'node_modules/raleway-webfont/fonts/Raleway-SemiBold.ttf') format('truetype'),
|
||||
url($approot-relative + 'node_modules/@fontsource/raleway/files/raleway-all-600-normal.woff') format('woff'),
|
||||
}
|
||||
@font-face {
|
||||
font-family: Raleway;
|
||||
font-weight: 600;
|
||||
font-style: italic;
|
||||
src: local('Raleway SemiBold'),
|
||||
url($approot-relative + 'node_modules/raleway-webfont/fonts/Raleway-SemiBold-Italic.ttf') format('truetype'),
|
||||
url($approot-relative + 'node_modules/@fontsource/raleway/files/raleway-all-600-italic.woff') format('woff'),
|
||||
}
|
||||
@font-face {
|
||||
font-family: Raleway;
|
||||
font-weight: 700;
|
||||
font-style: normal;
|
||||
src: local('Raleway'),
|
||||
url($approot-relative + 'node_modules/raleway-webfont/fonts/Raleway-Bold.ttf') format('truetype'),
|
||||
url($approot-relative + 'node_modules/@fontsource/raleway/files/raleway-all-700-normal.woff') format('woff'),
|
||||
}
|
||||
@font-face {
|
||||
font-family: Raleway;
|
||||
font-weight: 700;
|
||||
font-style: italic;
|
||||
src: local('Raleway'),
|
||||
url($approot-relative + 'node_modules/raleway-webfont/fonts/Raleway-Bold-Italic.ttf') format('truetype'),
|
||||
url($approot-relative + 'node_modules/@fontsource/raleway/files/raleway-all-700-italic.woff') format('woff'),
|
||||
}
|
||||
@font-face {
|
||||
font-family: Raleway;
|
||||
font-weight: 800;
|
||||
font-style: normal;
|
||||
src: local('Raleway ExtraBold'),
|
||||
url($approot-relative + 'node_modules/raleway-webfont/fonts/Raleway-ExtraBold.ttf') format('truetype'),
|
||||
url($approot-relative + 'node_modules/@fontsource/raleway/files/raleway-all-800-normal.woff') format('woff'),
|
||||
}
|
||||
@font-face {
|
||||
font-family: Raleway;
|
||||
font-weight: 800;
|
||||
font-style: italic;
|
||||
src: local('Raleway ExtraBold'),
|
||||
url($approot-relative + 'node_modules/raleway-webfont/fonts/Raleway-ExtraBold-Italic.ttf') format('truetype'),
|
||||
url($approot-relative + 'node_modules/@fontsource/raleway/files/raleway-all-800-italic.woff') format('woff'),
|
||||
}
|
||||
@font-face {
|
||||
font-family: Raleway;
|
||||
font-weight: 900;
|
||||
font-style: normal;
|
||||
src: local('Raleway Black'),
|
||||
url($approot-relative + 'node_modules/raleway-webfont/fonts/Raleway-Black.ttf') format('truetype'),
|
||||
url($approot-relative + 'node_modules/@fontsource/raleway/files/raleway-all-900-normal.woff') format('woff'),
|
||||
}
|
||||
@font-face {
|
||||
font-family: Raleway;
|
||||
font-weight: 900;
|
||||
font-style: italic;
|
||||
src: local('Raleway Black'),
|
||||
url($approot-relative + 'node_modules/raleway-webfont/fonts/Raleway-Black-Italic.ttf') format('truetype'),
|
||||
url($approot-relative + 'node_modules/@fontsource/raleway/files/raleway-all-900-italic.woff') format('woff'),
|
||||
}
|
||||
|
||||
11
node_modules/.package-lock.json
generated
vendored
11
node_modules/.package-lock.json
generated
vendored
@@ -1,8 +1,13 @@
|
||||
{
|
||||
"name": "dev-trunk",
|
||||
"name": "iTop",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"node_modules/@fontsource/raleway": {
|
||||
"version": "4.5.0",
|
||||
"resolved": "https://registry.npmjs.org/@fontsource/raleway/-/raleway-4.5.0.tgz",
|
||||
"integrity": "sha512-Rzj90wbZQnNzazqzoiu5HzMEMdqMJLUVFOo699sinTXrZRm1aB5iX2HTiK2VlPnH4M6u8yYnJ7CebOyamfWlqw=="
|
||||
},
|
||||
"node_modules/@popperjs/core": {
|
||||
"version": "2.4.4",
|
||||
"license": "MIT",
|
||||
@@ -64,10 +69,6 @@
|
||||
"resolved": "https://registry.npmjs.org/jquery/-/jquery-3.6.0.tgz",
|
||||
"integrity": "sha512-JVzAR/AjBvVt2BmYhxRCSYysDsPcssdmTFnzyLEts9qNwmjmu4JTAMYubEfwVOSwpQ1I1sKKFcxhZCI2buerfw=="
|
||||
},
|
||||
"node_modules/raleway-webfont": {
|
||||
"version": "3.0.1",
|
||||
"license": "MIT AND OFL-1.1"
|
||||
},
|
||||
"node_modules/scrollmagic": {
|
||||
"version": "2.0.8",
|
||||
"license": "(MIT OR GPL-3.0+)",
|
||||
|
||||
45
node_modules/@fontsource/raleway/100-italic.css
generated
vendored
Normal file
45
node_modules/@fontsource/raleway/100-italic.css
generated
vendored
Normal file
@@ -0,0 +1,45 @@
|
||||
/* raleway-cyrillic-ext-100-italic*/
|
||||
@font-face {
|
||||
font-family: 'Raleway';
|
||||
font-style: italic;
|
||||
font-display: swap;
|
||||
font-weight: 100;
|
||||
src: url('./files/raleway-cyrillic-ext-100-italic.woff2') format('woff2'), url('./files/raleway-all-100-italic.woff') format('woff');
|
||||
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
|
||||
}
|
||||
/* raleway-cyrillic-100-italic*/
|
||||
@font-face {
|
||||
font-family: 'Raleway';
|
||||
font-style: italic;
|
||||
font-display: swap;
|
||||
font-weight: 100;
|
||||
src: url('./files/raleway-cyrillic-100-italic.woff2') format('woff2'), url('./files/raleway-all-100-italic.woff') format('woff');
|
||||
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
|
||||
}
|
||||
/* raleway-vietnamese-100-italic*/
|
||||
@font-face {
|
||||
font-family: 'Raleway';
|
||||
font-style: italic;
|
||||
font-display: swap;
|
||||
font-weight: 100;
|
||||
src: url('./files/raleway-vietnamese-100-italic.woff2') format('woff2'), url('./files/raleway-all-100-italic.woff') format('woff');
|
||||
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
|
||||
}
|
||||
/* raleway-latin-ext-100-italic*/
|
||||
@font-face {
|
||||
font-family: 'Raleway';
|
||||
font-style: italic;
|
||||
font-display: swap;
|
||||
font-weight: 100;
|
||||
src: url('./files/raleway-latin-ext-100-italic.woff2') format('woff2'), url('./files/raleway-all-100-italic.woff') format('woff');
|
||||
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
|
||||
}
|
||||
/* raleway-latin-100-italic*/
|
||||
@font-face {
|
||||
font-family: 'Raleway';
|
||||
font-style: italic;
|
||||
font-display: swap;
|
||||
font-weight: 100;
|
||||
src: url('./files/raleway-latin-100-italic.woff2') format('woff2'), url('./files/raleway-all-100-italic.woff') format('woff');
|
||||
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
||||
}
|
||||
45
node_modules/@fontsource/raleway/100.css
generated
vendored
Normal file
45
node_modules/@fontsource/raleway/100.css
generated
vendored
Normal file
@@ -0,0 +1,45 @@
|
||||
/* raleway-cyrillic-ext-100-normal*/
|
||||
@font-face {
|
||||
font-family: 'Raleway';
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
font-weight: 100;
|
||||
src: url('./files/raleway-cyrillic-ext-100-normal.woff2') format('woff2'), url('./files/raleway-all-100-normal.woff') format('woff');
|
||||
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
|
||||
}
|
||||
/* raleway-cyrillic-100-normal*/
|
||||
@font-face {
|
||||
font-family: 'Raleway';
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
font-weight: 100;
|
||||
src: url('./files/raleway-cyrillic-100-normal.woff2') format('woff2'), url('./files/raleway-all-100-normal.woff') format('woff');
|
||||
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
|
||||
}
|
||||
/* raleway-vietnamese-100-normal*/
|
||||
@font-face {
|
||||
font-family: 'Raleway';
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
font-weight: 100;
|
||||
src: url('./files/raleway-vietnamese-100-normal.woff2') format('woff2'), url('./files/raleway-all-100-normal.woff') format('woff');
|
||||
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
|
||||
}
|
||||
/* raleway-latin-ext-100-normal*/
|
||||
@font-face {
|
||||
font-family: 'Raleway';
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
font-weight: 100;
|
||||
src: url('./files/raleway-latin-ext-100-normal.woff2') format('woff2'), url('./files/raleway-all-100-normal.woff') format('woff');
|
||||
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
|
||||
}
|
||||
/* raleway-latin-100-normal*/
|
||||
@font-face {
|
||||
font-family: 'Raleway';
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
font-weight: 100;
|
||||
src: url('./files/raleway-latin-100-normal.woff2') format('woff2'), url('./files/raleway-all-100-normal.woff') format('woff');
|
||||
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
||||
}
|
||||
45
node_modules/@fontsource/raleway/200-italic.css
generated
vendored
Normal file
45
node_modules/@fontsource/raleway/200-italic.css
generated
vendored
Normal file
@@ -0,0 +1,45 @@
|
||||
/* raleway-cyrillic-ext-200-italic*/
|
||||
@font-face {
|
||||
font-family: 'Raleway';
|
||||
font-style: italic;
|
||||
font-display: swap;
|
||||
font-weight: 200;
|
||||
src: url('./files/raleway-cyrillic-ext-200-italic.woff2') format('woff2'), url('./files/raleway-all-200-italic.woff') format('woff');
|
||||
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
|
||||
}
|
||||
/* raleway-cyrillic-200-italic*/
|
||||
@font-face {
|
||||
font-family: 'Raleway';
|
||||
font-style: italic;
|
||||
font-display: swap;
|
||||
font-weight: 200;
|
||||
src: url('./files/raleway-cyrillic-200-italic.woff2') format('woff2'), url('./files/raleway-all-200-italic.woff') format('woff');
|
||||
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
|
||||
}
|
||||
/* raleway-vietnamese-200-italic*/
|
||||
@font-face {
|
||||
font-family: 'Raleway';
|
||||
font-style: italic;
|
||||
font-display: swap;
|
||||
font-weight: 200;
|
||||
src: url('./files/raleway-vietnamese-200-italic.woff2') format('woff2'), url('./files/raleway-all-200-italic.woff') format('woff');
|
||||
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
|
||||
}
|
||||
/* raleway-latin-ext-200-italic*/
|
||||
@font-face {
|
||||
font-family: 'Raleway';
|
||||
font-style: italic;
|
||||
font-display: swap;
|
||||
font-weight: 200;
|
||||
src: url('./files/raleway-latin-ext-200-italic.woff2') format('woff2'), url('./files/raleway-all-200-italic.woff') format('woff');
|
||||
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
|
||||
}
|
||||
/* raleway-latin-200-italic*/
|
||||
@font-face {
|
||||
font-family: 'Raleway';
|
||||
font-style: italic;
|
||||
font-display: swap;
|
||||
font-weight: 200;
|
||||
src: url('./files/raleway-latin-200-italic.woff2') format('woff2'), url('./files/raleway-all-200-italic.woff') format('woff');
|
||||
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
||||
}
|
||||
45
node_modules/@fontsource/raleway/200.css
generated
vendored
Normal file
45
node_modules/@fontsource/raleway/200.css
generated
vendored
Normal file
@@ -0,0 +1,45 @@
|
||||
/* raleway-cyrillic-ext-200-normal*/
|
||||
@font-face {
|
||||
font-family: 'Raleway';
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
font-weight: 200;
|
||||
src: url('./files/raleway-cyrillic-ext-200-normal.woff2') format('woff2'), url('./files/raleway-all-200-normal.woff') format('woff');
|
||||
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
|
||||
}
|
||||
/* raleway-cyrillic-200-normal*/
|
||||
@font-face {
|
||||
font-family: 'Raleway';
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
font-weight: 200;
|
||||
src: url('./files/raleway-cyrillic-200-normal.woff2') format('woff2'), url('./files/raleway-all-200-normal.woff') format('woff');
|
||||
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
|
||||
}
|
||||
/* raleway-vietnamese-200-normal*/
|
||||
@font-face {
|
||||
font-family: 'Raleway';
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
font-weight: 200;
|
||||
src: url('./files/raleway-vietnamese-200-normal.woff2') format('woff2'), url('./files/raleway-all-200-normal.woff') format('woff');
|
||||
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
|
||||
}
|
||||
/* raleway-latin-ext-200-normal*/
|
||||
@font-face {
|
||||
font-family: 'Raleway';
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
font-weight: 200;
|
||||
src: url('./files/raleway-latin-ext-200-normal.woff2') format('woff2'), url('./files/raleway-all-200-normal.woff') format('woff');
|
||||
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
|
||||
}
|
||||
/* raleway-latin-200-normal*/
|
||||
@font-face {
|
||||
font-family: 'Raleway';
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
font-weight: 200;
|
||||
src: url('./files/raleway-latin-200-normal.woff2') format('woff2'), url('./files/raleway-all-200-normal.woff') format('woff');
|
||||
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
||||
}
|
||||
45
node_modules/@fontsource/raleway/300-italic.css
generated
vendored
Normal file
45
node_modules/@fontsource/raleway/300-italic.css
generated
vendored
Normal file
@@ -0,0 +1,45 @@
|
||||
/* raleway-cyrillic-ext-300-italic*/
|
||||
@font-face {
|
||||
font-family: 'Raleway';
|
||||
font-style: italic;
|
||||
font-display: swap;
|
||||
font-weight: 300;
|
||||
src: url('./files/raleway-cyrillic-ext-300-italic.woff2') format('woff2'), url('./files/raleway-all-300-italic.woff') format('woff');
|
||||
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
|
||||
}
|
||||
/* raleway-cyrillic-300-italic*/
|
||||
@font-face {
|
||||
font-family: 'Raleway';
|
||||
font-style: italic;
|
||||
font-display: swap;
|
||||
font-weight: 300;
|
||||
src: url('./files/raleway-cyrillic-300-italic.woff2') format('woff2'), url('./files/raleway-all-300-italic.woff') format('woff');
|
||||
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
|
||||
}
|
||||
/* raleway-vietnamese-300-italic*/
|
||||
@font-face {
|
||||
font-family: 'Raleway';
|
||||
font-style: italic;
|
||||
font-display: swap;
|
||||
font-weight: 300;
|
||||
src: url('./files/raleway-vietnamese-300-italic.woff2') format('woff2'), url('./files/raleway-all-300-italic.woff') format('woff');
|
||||
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
|
||||
}
|
||||
/* raleway-latin-ext-300-italic*/
|
||||
@font-face {
|
||||
font-family: 'Raleway';
|
||||
font-style: italic;
|
||||
font-display: swap;
|
||||
font-weight: 300;
|
||||
src: url('./files/raleway-latin-ext-300-italic.woff2') format('woff2'), url('./files/raleway-all-300-italic.woff') format('woff');
|
||||
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
|
||||
}
|
||||
/* raleway-latin-300-italic*/
|
||||
@font-face {
|
||||
font-family: 'Raleway';
|
||||
font-style: italic;
|
||||
font-display: swap;
|
||||
font-weight: 300;
|
||||
src: url('./files/raleway-latin-300-italic.woff2') format('woff2'), url('./files/raleway-all-300-italic.woff') format('woff');
|
||||
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
||||
}
|
||||
45
node_modules/@fontsource/raleway/300.css
generated
vendored
Normal file
45
node_modules/@fontsource/raleway/300.css
generated
vendored
Normal file
@@ -0,0 +1,45 @@
|
||||
/* raleway-cyrillic-ext-300-normal*/
|
||||
@font-face {
|
||||
font-family: 'Raleway';
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
font-weight: 300;
|
||||
src: url('./files/raleway-cyrillic-ext-300-normal.woff2') format('woff2'), url('./files/raleway-all-300-normal.woff') format('woff');
|
||||
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
|
||||
}
|
||||
/* raleway-cyrillic-300-normal*/
|
||||
@font-face {
|
||||
font-family: 'Raleway';
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
font-weight: 300;
|
||||
src: url('./files/raleway-cyrillic-300-normal.woff2') format('woff2'), url('./files/raleway-all-300-normal.woff') format('woff');
|
||||
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
|
||||
}
|
||||
/* raleway-vietnamese-300-normal*/
|
||||
@font-face {
|
||||
font-family: 'Raleway';
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
font-weight: 300;
|
||||
src: url('./files/raleway-vietnamese-300-normal.woff2') format('woff2'), url('./files/raleway-all-300-normal.woff') format('woff');
|
||||
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
|
||||
}
|
||||
/* raleway-latin-ext-300-normal*/
|
||||
@font-face {
|
||||
font-family: 'Raleway';
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
font-weight: 300;
|
||||
src: url('./files/raleway-latin-ext-300-normal.woff2') format('woff2'), url('./files/raleway-all-300-normal.woff') format('woff');
|
||||
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
|
||||
}
|
||||
/* raleway-latin-300-normal*/
|
||||
@font-face {
|
||||
font-family: 'Raleway';
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
font-weight: 300;
|
||||
src: url('./files/raleway-latin-300-normal.woff2') format('woff2'), url('./files/raleway-all-300-normal.woff') format('woff');
|
||||
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
||||
}
|
||||
45
node_modules/@fontsource/raleway/400-italic.css
generated
vendored
Normal file
45
node_modules/@fontsource/raleway/400-italic.css
generated
vendored
Normal file
@@ -0,0 +1,45 @@
|
||||
/* raleway-cyrillic-ext-400-italic*/
|
||||
@font-face {
|
||||
font-family: 'Raleway';
|
||||
font-style: italic;
|
||||
font-display: swap;
|
||||
font-weight: 400;
|
||||
src: url('./files/raleway-cyrillic-ext-400-italic.woff2') format('woff2'), url('./files/raleway-all-400-italic.woff') format('woff');
|
||||
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
|
||||
}
|
||||
/* raleway-cyrillic-400-italic*/
|
||||
@font-face {
|
||||
font-family: 'Raleway';
|
||||
font-style: italic;
|
||||
font-display: swap;
|
||||
font-weight: 400;
|
||||
src: url('./files/raleway-cyrillic-400-italic.woff2') format('woff2'), url('./files/raleway-all-400-italic.woff') format('woff');
|
||||
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
|
||||
}
|
||||
/* raleway-vietnamese-400-italic*/
|
||||
@font-face {
|
||||
font-family: 'Raleway';
|
||||
font-style: italic;
|
||||
font-display: swap;
|
||||
font-weight: 400;
|
||||
src: url('./files/raleway-vietnamese-400-italic.woff2') format('woff2'), url('./files/raleway-all-400-italic.woff') format('woff');
|
||||
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
|
||||
}
|
||||
/* raleway-latin-ext-400-italic*/
|
||||
@font-face {
|
||||
font-family: 'Raleway';
|
||||
font-style: italic;
|
||||
font-display: swap;
|
||||
font-weight: 400;
|
||||
src: url('./files/raleway-latin-ext-400-italic.woff2') format('woff2'), url('./files/raleway-all-400-italic.woff') format('woff');
|
||||
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
|
||||
}
|
||||
/* raleway-latin-400-italic*/
|
||||
@font-face {
|
||||
font-family: 'Raleway';
|
||||
font-style: italic;
|
||||
font-display: swap;
|
||||
font-weight: 400;
|
||||
src: url('./files/raleway-latin-400-italic.woff2') format('woff2'), url('./files/raleway-all-400-italic.woff') format('woff');
|
||||
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
||||
}
|
||||
45
node_modules/@fontsource/raleway/400.css
generated
vendored
Normal file
45
node_modules/@fontsource/raleway/400.css
generated
vendored
Normal file
@@ -0,0 +1,45 @@
|
||||
/* raleway-cyrillic-ext-400-normal*/
|
||||
@font-face {
|
||||
font-family: 'Raleway';
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
font-weight: 400;
|
||||
src: url('./files/raleway-cyrillic-ext-400-normal.woff2') format('woff2'), url('./files/raleway-all-400-normal.woff') format('woff');
|
||||
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
|
||||
}
|
||||
/* raleway-cyrillic-400-normal*/
|
||||
@font-face {
|
||||
font-family: 'Raleway';
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
font-weight: 400;
|
||||
src: url('./files/raleway-cyrillic-400-normal.woff2') format('woff2'), url('./files/raleway-all-400-normal.woff') format('woff');
|
||||
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
|
||||
}
|
||||
/* raleway-vietnamese-400-normal*/
|
||||
@font-face {
|
||||
font-family: 'Raleway';
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
font-weight: 400;
|
||||
src: url('./files/raleway-vietnamese-400-normal.woff2') format('woff2'), url('./files/raleway-all-400-normal.woff') format('woff');
|
||||
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
|
||||
}
|
||||
/* raleway-latin-ext-400-normal*/
|
||||
@font-face {
|
||||
font-family: 'Raleway';
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
font-weight: 400;
|
||||
src: url('./files/raleway-latin-ext-400-normal.woff2') format('woff2'), url('./files/raleway-all-400-normal.woff') format('woff');
|
||||
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
|
||||
}
|
||||
/* raleway-latin-400-normal*/
|
||||
@font-face {
|
||||
font-family: 'Raleway';
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
font-weight: 400;
|
||||
src: url('./files/raleway-latin-400-normal.woff2') format('woff2'), url('./files/raleway-all-400-normal.woff') format('woff');
|
||||
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
||||
}
|
||||
45
node_modules/@fontsource/raleway/500-italic.css
generated
vendored
Normal file
45
node_modules/@fontsource/raleway/500-italic.css
generated
vendored
Normal file
@@ -0,0 +1,45 @@
|
||||
/* raleway-cyrillic-ext-500-italic*/
|
||||
@font-face {
|
||||
font-family: 'Raleway';
|
||||
font-style: italic;
|
||||
font-display: swap;
|
||||
font-weight: 500;
|
||||
src: url('./files/raleway-cyrillic-ext-500-italic.woff2') format('woff2'), url('./files/raleway-all-500-italic.woff') format('woff');
|
||||
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
|
||||
}
|
||||
/* raleway-cyrillic-500-italic*/
|
||||
@font-face {
|
||||
font-family: 'Raleway';
|
||||
font-style: italic;
|
||||
font-display: swap;
|
||||
font-weight: 500;
|
||||
src: url('./files/raleway-cyrillic-500-italic.woff2') format('woff2'), url('./files/raleway-all-500-italic.woff') format('woff');
|
||||
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
|
||||
}
|
||||
/* raleway-vietnamese-500-italic*/
|
||||
@font-face {
|
||||
font-family: 'Raleway';
|
||||
font-style: italic;
|
||||
font-display: swap;
|
||||
font-weight: 500;
|
||||
src: url('./files/raleway-vietnamese-500-italic.woff2') format('woff2'), url('./files/raleway-all-500-italic.woff') format('woff');
|
||||
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
|
||||
}
|
||||
/* raleway-latin-ext-500-italic*/
|
||||
@font-face {
|
||||
font-family: 'Raleway';
|
||||
font-style: italic;
|
||||
font-display: swap;
|
||||
font-weight: 500;
|
||||
src: url('./files/raleway-latin-ext-500-italic.woff2') format('woff2'), url('./files/raleway-all-500-italic.woff') format('woff');
|
||||
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
|
||||
}
|
||||
/* raleway-latin-500-italic*/
|
||||
@font-face {
|
||||
font-family: 'Raleway';
|
||||
font-style: italic;
|
||||
font-display: swap;
|
||||
font-weight: 500;
|
||||
src: url('./files/raleway-latin-500-italic.woff2') format('woff2'), url('./files/raleway-all-500-italic.woff') format('woff');
|
||||
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
||||
}
|
||||
45
node_modules/@fontsource/raleway/500.css
generated
vendored
Normal file
45
node_modules/@fontsource/raleway/500.css
generated
vendored
Normal file
@@ -0,0 +1,45 @@
|
||||
/* raleway-cyrillic-ext-500-normal*/
|
||||
@font-face {
|
||||
font-family: 'Raleway';
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
font-weight: 500;
|
||||
src: url('./files/raleway-cyrillic-ext-500-normal.woff2') format('woff2'), url('./files/raleway-all-500-normal.woff') format('woff');
|
||||
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
|
||||
}
|
||||
/* raleway-cyrillic-500-normal*/
|
||||
@font-face {
|
||||
font-family: 'Raleway';
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
font-weight: 500;
|
||||
src: url('./files/raleway-cyrillic-500-normal.woff2') format('woff2'), url('./files/raleway-all-500-normal.woff') format('woff');
|
||||
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
|
||||
}
|
||||
/* raleway-vietnamese-500-normal*/
|
||||
@font-face {
|
||||
font-family: 'Raleway';
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
font-weight: 500;
|
||||
src: url('./files/raleway-vietnamese-500-normal.woff2') format('woff2'), url('./files/raleway-all-500-normal.woff') format('woff');
|
||||
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
|
||||
}
|
||||
/* raleway-latin-ext-500-normal*/
|
||||
@font-face {
|
||||
font-family: 'Raleway';
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
font-weight: 500;
|
||||
src: url('./files/raleway-latin-ext-500-normal.woff2') format('woff2'), url('./files/raleway-all-500-normal.woff') format('woff');
|
||||
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
|
||||
}
|
||||
/* raleway-latin-500-normal*/
|
||||
@font-face {
|
||||
font-family: 'Raleway';
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
font-weight: 500;
|
||||
src: url('./files/raleway-latin-500-normal.woff2') format('woff2'), url('./files/raleway-all-500-normal.woff') format('woff');
|
||||
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
||||
}
|
||||
45
node_modules/@fontsource/raleway/600-italic.css
generated
vendored
Normal file
45
node_modules/@fontsource/raleway/600-italic.css
generated
vendored
Normal file
@@ -0,0 +1,45 @@
|
||||
/* raleway-cyrillic-ext-600-italic*/
|
||||
@font-face {
|
||||
font-family: 'Raleway';
|
||||
font-style: italic;
|
||||
font-display: swap;
|
||||
font-weight: 600;
|
||||
src: url('./files/raleway-cyrillic-ext-600-italic.woff2') format('woff2'), url('./files/raleway-all-600-italic.woff') format('woff');
|
||||
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
|
||||
}
|
||||
/* raleway-cyrillic-600-italic*/
|
||||
@font-face {
|
||||
font-family: 'Raleway';
|
||||
font-style: italic;
|
||||
font-display: swap;
|
||||
font-weight: 600;
|
||||
src: url('./files/raleway-cyrillic-600-italic.woff2') format('woff2'), url('./files/raleway-all-600-italic.woff') format('woff');
|
||||
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
|
||||
}
|
||||
/* raleway-vietnamese-600-italic*/
|
||||
@font-face {
|
||||
font-family: 'Raleway';
|
||||
font-style: italic;
|
||||
font-display: swap;
|
||||
font-weight: 600;
|
||||
src: url('./files/raleway-vietnamese-600-italic.woff2') format('woff2'), url('./files/raleway-all-600-italic.woff') format('woff');
|
||||
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
|
||||
}
|
||||
/* raleway-latin-ext-600-italic*/
|
||||
@font-face {
|
||||
font-family: 'Raleway';
|
||||
font-style: italic;
|
||||
font-display: swap;
|
||||
font-weight: 600;
|
||||
src: url('./files/raleway-latin-ext-600-italic.woff2') format('woff2'), url('./files/raleway-all-600-italic.woff') format('woff');
|
||||
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
|
||||
}
|
||||
/* raleway-latin-600-italic*/
|
||||
@font-face {
|
||||
font-family: 'Raleway';
|
||||
font-style: italic;
|
||||
font-display: swap;
|
||||
font-weight: 600;
|
||||
src: url('./files/raleway-latin-600-italic.woff2') format('woff2'), url('./files/raleway-all-600-italic.woff') format('woff');
|
||||
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
||||
}
|
||||
45
node_modules/@fontsource/raleway/600.css
generated
vendored
Normal file
45
node_modules/@fontsource/raleway/600.css
generated
vendored
Normal file
@@ -0,0 +1,45 @@
|
||||
/* raleway-cyrillic-ext-600-normal*/
|
||||
@font-face {
|
||||
font-family: 'Raleway';
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
font-weight: 600;
|
||||
src: url('./files/raleway-cyrillic-ext-600-normal.woff2') format('woff2'), url('./files/raleway-all-600-normal.woff') format('woff');
|
||||
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
|
||||
}
|
||||
/* raleway-cyrillic-600-normal*/
|
||||
@font-face {
|
||||
font-family: 'Raleway';
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
font-weight: 600;
|
||||
src: url('./files/raleway-cyrillic-600-normal.woff2') format('woff2'), url('./files/raleway-all-600-normal.woff') format('woff');
|
||||
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
|
||||
}
|
||||
/* raleway-vietnamese-600-normal*/
|
||||
@font-face {
|
||||
font-family: 'Raleway';
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
font-weight: 600;
|
||||
src: url('./files/raleway-vietnamese-600-normal.woff2') format('woff2'), url('./files/raleway-all-600-normal.woff') format('woff');
|
||||
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
|
||||
}
|
||||
/* raleway-latin-ext-600-normal*/
|
||||
@font-face {
|
||||
font-family: 'Raleway';
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
font-weight: 600;
|
||||
src: url('./files/raleway-latin-ext-600-normal.woff2') format('woff2'), url('./files/raleway-all-600-normal.woff') format('woff');
|
||||
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
|
||||
}
|
||||
/* raleway-latin-600-normal*/
|
||||
@font-face {
|
||||
font-family: 'Raleway';
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
font-weight: 600;
|
||||
src: url('./files/raleway-latin-600-normal.woff2') format('woff2'), url('./files/raleway-all-600-normal.woff') format('woff');
|
||||
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
||||
}
|
||||
45
node_modules/@fontsource/raleway/700-italic.css
generated
vendored
Normal file
45
node_modules/@fontsource/raleway/700-italic.css
generated
vendored
Normal file
@@ -0,0 +1,45 @@
|
||||
/* raleway-cyrillic-ext-700-italic*/
|
||||
@font-face {
|
||||
font-family: 'Raleway';
|
||||
font-style: italic;
|
||||
font-display: swap;
|
||||
font-weight: 700;
|
||||
src: url('./files/raleway-cyrillic-ext-700-italic.woff2') format('woff2'), url('./files/raleway-all-700-italic.woff') format('woff');
|
||||
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
|
||||
}
|
||||
/* raleway-cyrillic-700-italic*/
|
||||
@font-face {
|
||||
font-family: 'Raleway';
|
||||
font-style: italic;
|
||||
font-display: swap;
|
||||
font-weight: 700;
|
||||
src: url('./files/raleway-cyrillic-700-italic.woff2') format('woff2'), url('./files/raleway-all-700-italic.woff') format('woff');
|
||||
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
|
||||
}
|
||||
/* raleway-vietnamese-700-italic*/
|
||||
@font-face {
|
||||
font-family: 'Raleway';
|
||||
font-style: italic;
|
||||
font-display: swap;
|
||||
font-weight: 700;
|
||||
src: url('./files/raleway-vietnamese-700-italic.woff2') format('woff2'), url('./files/raleway-all-700-italic.woff') format('woff');
|
||||
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
|
||||
}
|
||||
/* raleway-latin-ext-700-italic*/
|
||||
@font-face {
|
||||
font-family: 'Raleway';
|
||||
font-style: italic;
|
||||
font-display: swap;
|
||||
font-weight: 700;
|
||||
src: url('./files/raleway-latin-ext-700-italic.woff2') format('woff2'), url('./files/raleway-all-700-italic.woff') format('woff');
|
||||
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
|
||||
}
|
||||
/* raleway-latin-700-italic*/
|
||||
@font-face {
|
||||
font-family: 'Raleway';
|
||||
font-style: italic;
|
||||
font-display: swap;
|
||||
font-weight: 700;
|
||||
src: url('./files/raleway-latin-700-italic.woff2') format('woff2'), url('./files/raleway-all-700-italic.woff') format('woff');
|
||||
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
||||
}
|
||||
45
node_modules/@fontsource/raleway/700.css
generated
vendored
Normal file
45
node_modules/@fontsource/raleway/700.css
generated
vendored
Normal file
@@ -0,0 +1,45 @@
|
||||
/* raleway-cyrillic-ext-700-normal*/
|
||||
@font-face {
|
||||
font-family: 'Raleway';
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
font-weight: 700;
|
||||
src: url('./files/raleway-cyrillic-ext-700-normal.woff2') format('woff2'), url('./files/raleway-all-700-normal.woff') format('woff');
|
||||
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
|
||||
}
|
||||
/* raleway-cyrillic-700-normal*/
|
||||
@font-face {
|
||||
font-family: 'Raleway';
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
font-weight: 700;
|
||||
src: url('./files/raleway-cyrillic-700-normal.woff2') format('woff2'), url('./files/raleway-all-700-normal.woff') format('woff');
|
||||
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
|
||||
}
|
||||
/* raleway-vietnamese-700-normal*/
|
||||
@font-face {
|
||||
font-family: 'Raleway';
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
font-weight: 700;
|
||||
src: url('./files/raleway-vietnamese-700-normal.woff2') format('woff2'), url('./files/raleway-all-700-normal.woff') format('woff');
|
||||
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
|
||||
}
|
||||
/* raleway-latin-ext-700-normal*/
|
||||
@font-face {
|
||||
font-family: 'Raleway';
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
font-weight: 700;
|
||||
src: url('./files/raleway-latin-ext-700-normal.woff2') format('woff2'), url('./files/raleway-all-700-normal.woff') format('woff');
|
||||
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
|
||||
}
|
||||
/* raleway-latin-700-normal*/
|
||||
@font-face {
|
||||
font-family: 'Raleway';
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
font-weight: 700;
|
||||
src: url('./files/raleway-latin-700-normal.woff2') format('woff2'), url('./files/raleway-all-700-normal.woff') format('woff');
|
||||
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
||||
}
|
||||
45
node_modules/@fontsource/raleway/800-italic.css
generated
vendored
Normal file
45
node_modules/@fontsource/raleway/800-italic.css
generated
vendored
Normal file
@@ -0,0 +1,45 @@
|
||||
/* raleway-cyrillic-ext-800-italic*/
|
||||
@font-face {
|
||||
font-family: 'Raleway';
|
||||
font-style: italic;
|
||||
font-display: swap;
|
||||
font-weight: 800;
|
||||
src: url('./files/raleway-cyrillic-ext-800-italic.woff2') format('woff2'), url('./files/raleway-all-800-italic.woff') format('woff');
|
||||
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
|
||||
}
|
||||
/* raleway-cyrillic-800-italic*/
|
||||
@font-face {
|
||||
font-family: 'Raleway';
|
||||
font-style: italic;
|
||||
font-display: swap;
|
||||
font-weight: 800;
|
||||
src: url('./files/raleway-cyrillic-800-italic.woff2') format('woff2'), url('./files/raleway-all-800-italic.woff') format('woff');
|
||||
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
|
||||
}
|
||||
/* raleway-vietnamese-800-italic*/
|
||||
@font-face {
|
||||
font-family: 'Raleway';
|
||||
font-style: italic;
|
||||
font-display: swap;
|
||||
font-weight: 800;
|
||||
src: url('./files/raleway-vietnamese-800-italic.woff2') format('woff2'), url('./files/raleway-all-800-italic.woff') format('woff');
|
||||
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
|
||||
}
|
||||
/* raleway-latin-ext-800-italic*/
|
||||
@font-face {
|
||||
font-family: 'Raleway';
|
||||
font-style: italic;
|
||||
font-display: swap;
|
||||
font-weight: 800;
|
||||
src: url('./files/raleway-latin-ext-800-italic.woff2') format('woff2'), url('./files/raleway-all-800-italic.woff') format('woff');
|
||||
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
|
||||
}
|
||||
/* raleway-latin-800-italic*/
|
||||
@font-face {
|
||||
font-family: 'Raleway';
|
||||
font-style: italic;
|
||||
font-display: swap;
|
||||
font-weight: 800;
|
||||
src: url('./files/raleway-latin-800-italic.woff2') format('woff2'), url('./files/raleway-all-800-italic.woff') format('woff');
|
||||
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
||||
}
|
||||
45
node_modules/@fontsource/raleway/800.css
generated
vendored
Normal file
45
node_modules/@fontsource/raleway/800.css
generated
vendored
Normal file
@@ -0,0 +1,45 @@
|
||||
/* raleway-cyrillic-ext-800-normal*/
|
||||
@font-face {
|
||||
font-family: 'Raleway';
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
font-weight: 800;
|
||||
src: url('./files/raleway-cyrillic-ext-800-normal.woff2') format('woff2'), url('./files/raleway-all-800-normal.woff') format('woff');
|
||||
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
|
||||
}
|
||||
/* raleway-cyrillic-800-normal*/
|
||||
@font-face {
|
||||
font-family: 'Raleway';
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
font-weight: 800;
|
||||
src: url('./files/raleway-cyrillic-800-normal.woff2') format('woff2'), url('./files/raleway-all-800-normal.woff') format('woff');
|
||||
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
|
||||
}
|
||||
/* raleway-vietnamese-800-normal*/
|
||||
@font-face {
|
||||
font-family: 'Raleway';
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
font-weight: 800;
|
||||
src: url('./files/raleway-vietnamese-800-normal.woff2') format('woff2'), url('./files/raleway-all-800-normal.woff') format('woff');
|
||||
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
|
||||
}
|
||||
/* raleway-latin-ext-800-normal*/
|
||||
@font-face {
|
||||
font-family: 'Raleway';
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
font-weight: 800;
|
||||
src: url('./files/raleway-latin-ext-800-normal.woff2') format('woff2'), url('./files/raleway-all-800-normal.woff') format('woff');
|
||||
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
|
||||
}
|
||||
/* raleway-latin-800-normal*/
|
||||
@font-face {
|
||||
font-family: 'Raleway';
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
font-weight: 800;
|
||||
src: url('./files/raleway-latin-800-normal.woff2') format('woff2'), url('./files/raleway-all-800-normal.woff') format('woff');
|
||||
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
||||
}
|
||||
45
node_modules/@fontsource/raleway/900-italic.css
generated
vendored
Normal file
45
node_modules/@fontsource/raleway/900-italic.css
generated
vendored
Normal file
@@ -0,0 +1,45 @@
|
||||
/* raleway-cyrillic-ext-900-italic*/
|
||||
@font-face {
|
||||
font-family: 'Raleway';
|
||||
font-style: italic;
|
||||
font-display: swap;
|
||||
font-weight: 900;
|
||||
src: url('./files/raleway-cyrillic-ext-900-italic.woff2') format('woff2'), url('./files/raleway-all-900-italic.woff') format('woff');
|
||||
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
|
||||
}
|
||||
/* raleway-cyrillic-900-italic*/
|
||||
@font-face {
|
||||
font-family: 'Raleway';
|
||||
font-style: italic;
|
||||
font-display: swap;
|
||||
font-weight: 900;
|
||||
src: url('./files/raleway-cyrillic-900-italic.woff2') format('woff2'), url('./files/raleway-all-900-italic.woff') format('woff');
|
||||
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
|
||||
}
|
||||
/* raleway-vietnamese-900-italic*/
|
||||
@font-face {
|
||||
font-family: 'Raleway';
|
||||
font-style: italic;
|
||||
font-display: swap;
|
||||
font-weight: 900;
|
||||
src: url('./files/raleway-vietnamese-900-italic.woff2') format('woff2'), url('./files/raleway-all-900-italic.woff') format('woff');
|
||||
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
|
||||
}
|
||||
/* raleway-latin-ext-900-italic*/
|
||||
@font-face {
|
||||
font-family: 'Raleway';
|
||||
font-style: italic;
|
||||
font-display: swap;
|
||||
font-weight: 900;
|
||||
src: url('./files/raleway-latin-ext-900-italic.woff2') format('woff2'), url('./files/raleway-all-900-italic.woff') format('woff');
|
||||
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
|
||||
}
|
||||
/* raleway-latin-900-italic*/
|
||||
@font-face {
|
||||
font-family: 'Raleway';
|
||||
font-style: italic;
|
||||
font-display: swap;
|
||||
font-weight: 900;
|
||||
src: url('./files/raleway-latin-900-italic.woff2') format('woff2'), url('./files/raleway-all-900-italic.woff') format('woff');
|
||||
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
||||
}
|
||||
45
node_modules/@fontsource/raleway/900.css
generated
vendored
Normal file
45
node_modules/@fontsource/raleway/900.css
generated
vendored
Normal file
@@ -0,0 +1,45 @@
|
||||
/* raleway-cyrillic-ext-900-normal*/
|
||||
@font-face {
|
||||
font-family: 'Raleway';
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
font-weight: 900;
|
||||
src: url('./files/raleway-cyrillic-ext-900-normal.woff2') format('woff2'), url('./files/raleway-all-900-normal.woff') format('woff');
|
||||
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
|
||||
}
|
||||
/* raleway-cyrillic-900-normal*/
|
||||
@font-face {
|
||||
font-family: 'Raleway';
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
font-weight: 900;
|
||||
src: url('./files/raleway-cyrillic-900-normal.woff2') format('woff2'), url('./files/raleway-all-900-normal.woff') format('woff');
|
||||
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
|
||||
}
|
||||
/* raleway-vietnamese-900-normal*/
|
||||
@font-face {
|
||||
font-family: 'Raleway';
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
font-weight: 900;
|
||||
src: url('./files/raleway-vietnamese-900-normal.woff2') format('woff2'), url('./files/raleway-all-900-normal.woff') format('woff');
|
||||
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
|
||||
}
|
||||
/* raleway-latin-ext-900-normal*/
|
||||
@font-face {
|
||||
font-family: 'Raleway';
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
font-weight: 900;
|
||||
src: url('./files/raleway-latin-ext-900-normal.woff2') format('woff2'), url('./files/raleway-all-900-normal.woff') format('woff');
|
||||
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
|
||||
}
|
||||
/* raleway-latin-900-normal*/
|
||||
@font-face {
|
||||
font-family: 'Raleway';
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
font-weight: 900;
|
||||
src: url('./files/raleway-latin-900-normal.woff2') format('woff2'), url('./files/raleway-all-900-normal.woff') format('woff');
|
||||
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
||||
}
|
||||
3
node_modules/@fontsource/raleway/CHANGELOG.md
generated
vendored
Normal file
3
node_modules/@fontsource/raleway/CHANGELOG.md
generated
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
# Changelog
|
||||
|
||||
See the [Fontsource CHANGELOG.md](https://github.com/fontsource/fontsource/blob/main/CHANGELOG.md).
|
||||
2
node_modules/raleway-webfont/LICENSE → node_modules/@fontsource/raleway/LICENSE
generated
vendored
2
node_modules/raleway-webfont/LICENSE → node_modules/@fontsource/raleway/LICENSE
generated
vendored
@@ -1,6 +1,6 @@
|
||||
MIT License
|
||||
|
||||
Copyright (c) 2016 Dilatorily
|
||||
Copyright (c) 2020 Lotus
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
52
node_modules/@fontsource/raleway/README.md
generated
vendored
Normal file
52
node_modules/@fontsource/raleway/README.md
generated
vendored
Normal file
@@ -0,0 +1,52 @@
|
||||
# Fontsource Raleway
|
||||
|
||||
[](https://www.npmjs.com/package/@fontsource/raleway) [](https://github.com/fontsource/fontsource) [](https://github.com/fontsource/fontsource) [](https://github.com/fontsource/fontsource) [](https://github.com/fontsource/fontsource/stargazers)
|
||||
|
||||
The CSS and web font files to easily self-host the “Raleway” font. Please visit the main [Fontsource website](https://fontsource.org/fonts/raleway) to view more details on this package.
|
||||
|
||||
## Quick Installation
|
||||
|
||||
Fontsource has a variety of methods to import CSS, such as using a bundler like Webpack. Alternatively, it supports SASS. Full documentation can be found [here](https://fontsource.org/docs/introduction).
|
||||
|
||||
```javascript
|
||||
yarn add @fontsource/raleway // npm install @fontsource/raleway
|
||||
```
|
||||
|
||||
Within your app entry file or site component, import it in.
|
||||
|
||||
```javascript
|
||||
import "@fontsource/raleway"; // Defaults to weight 400.
|
||||
```
|
||||
|
||||
Supported variables:
|
||||
|
||||
- Weights: `[100,200,300,400,500,600,700,800,900]`
|
||||
- Styles: `[italic,normal]`
|
||||
- Supported subsets: `[cyrillic,cyrillic-ext,latin,latin-ext,vietnamese]`
|
||||
|
||||
Finally, you can reference the font name in a CSS stylesheet, CSS Module, or CSS-in-JS.
|
||||
|
||||
```css
|
||||
body {
|
||||
font-family: "Raleway";
|
||||
}
|
||||
```
|
||||
|
||||
## Variable Fonts
|
||||
|
||||
This particular typeface supports [variable fonts](https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Fonts/Variable_Fonts_Guide).
|
||||
|
||||
Variable documentation can be found [here](https://fontsource.org/docs/variable-fonts).
|
||||
|
||||
## Licensing
|
||||
|
||||
It is important to always read the license for every font that you use.
|
||||
Most of the fonts in the collection use the SIL Open Font License, v1.1. Some fonts use the Apache 2 license. The Ubuntu fonts use the Ubuntu Font License v1.0.
|
||||
|
||||
[Google Fonts License Attributions](https://fonts.google.com/attribution)
|
||||
|
||||
## Other Notes
|
||||
|
||||
Font version (provided by source): `v22`.
|
||||
|
||||
Feel free to star and contribute new ideas to this repository that aim to improve the performance of font loading, as well as expanding the existing library we already have. Any suggestions or ideas can be voiced via an [issue](https://github.com/fontsource/fontsource/issues).
|
||||
9
node_modules/@fontsource/raleway/cyrillic-100-italic.css
generated
vendored
Normal file
9
node_modules/@fontsource/raleway/cyrillic-100-italic.css
generated
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
/* raleway-cyrillic-100-italic*/
|
||||
@font-face {
|
||||
font-family: 'Raleway';
|
||||
font-style: italic;
|
||||
font-display: swap;
|
||||
font-weight: 100;
|
||||
src: url('./files/raleway-cyrillic-100-italic.woff2') format('woff2'), url('./files/raleway-cyrillic-100-italic.woff') format('woff');
|
||||
|
||||
}
|
||||
9
node_modules/@fontsource/raleway/cyrillic-100.css
generated
vendored
Normal file
9
node_modules/@fontsource/raleway/cyrillic-100.css
generated
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
/* raleway-cyrillic-100-normal*/
|
||||
@font-face {
|
||||
font-family: 'Raleway';
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
font-weight: 100;
|
||||
src: url('./files/raleway-cyrillic-100-normal.woff2') format('woff2'), url('./files/raleway-cyrillic-100-normal.woff') format('woff');
|
||||
|
||||
}
|
||||
9
node_modules/@fontsource/raleway/cyrillic-200-italic.css
generated
vendored
Normal file
9
node_modules/@fontsource/raleway/cyrillic-200-italic.css
generated
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
/* raleway-cyrillic-200-italic*/
|
||||
@font-face {
|
||||
font-family: 'Raleway';
|
||||
font-style: italic;
|
||||
font-display: swap;
|
||||
font-weight: 200;
|
||||
src: url('./files/raleway-cyrillic-200-italic.woff2') format('woff2'), url('./files/raleway-cyrillic-200-italic.woff') format('woff');
|
||||
|
||||
}
|
||||
9
node_modules/@fontsource/raleway/cyrillic-200.css
generated
vendored
Normal file
9
node_modules/@fontsource/raleway/cyrillic-200.css
generated
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
/* raleway-cyrillic-200-normal*/
|
||||
@font-face {
|
||||
font-family: 'Raleway';
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
font-weight: 200;
|
||||
src: url('./files/raleway-cyrillic-200-normal.woff2') format('woff2'), url('./files/raleway-cyrillic-200-normal.woff') format('woff');
|
||||
|
||||
}
|
||||
9
node_modules/@fontsource/raleway/cyrillic-300-italic.css
generated
vendored
Normal file
9
node_modules/@fontsource/raleway/cyrillic-300-italic.css
generated
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
/* raleway-cyrillic-300-italic*/
|
||||
@font-face {
|
||||
font-family: 'Raleway';
|
||||
font-style: italic;
|
||||
font-display: swap;
|
||||
font-weight: 300;
|
||||
src: url('./files/raleway-cyrillic-300-italic.woff2') format('woff2'), url('./files/raleway-cyrillic-300-italic.woff') format('woff');
|
||||
|
||||
}
|
||||
9
node_modules/@fontsource/raleway/cyrillic-300.css
generated
vendored
Normal file
9
node_modules/@fontsource/raleway/cyrillic-300.css
generated
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
/* raleway-cyrillic-300-normal*/
|
||||
@font-face {
|
||||
font-family: 'Raleway';
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
font-weight: 300;
|
||||
src: url('./files/raleway-cyrillic-300-normal.woff2') format('woff2'), url('./files/raleway-cyrillic-300-normal.woff') format('woff');
|
||||
|
||||
}
|
||||
9
node_modules/@fontsource/raleway/cyrillic-400-italic.css
generated
vendored
Normal file
9
node_modules/@fontsource/raleway/cyrillic-400-italic.css
generated
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
/* raleway-cyrillic-400-italic*/
|
||||
@font-face {
|
||||
font-family: 'Raleway';
|
||||
font-style: italic;
|
||||
font-display: swap;
|
||||
font-weight: 400;
|
||||
src: url('./files/raleway-cyrillic-400-italic.woff2') format('woff2'), url('./files/raleway-cyrillic-400-italic.woff') format('woff');
|
||||
|
||||
}
|
||||
9
node_modules/@fontsource/raleway/cyrillic-400.css
generated
vendored
Normal file
9
node_modules/@fontsource/raleway/cyrillic-400.css
generated
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
/* raleway-cyrillic-400-normal*/
|
||||
@font-face {
|
||||
font-family: 'Raleway';
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
font-weight: 400;
|
||||
src: url('./files/raleway-cyrillic-400-normal.woff2') format('woff2'), url('./files/raleway-cyrillic-400-normal.woff') format('woff');
|
||||
|
||||
}
|
||||
9
node_modules/@fontsource/raleway/cyrillic-500-italic.css
generated
vendored
Normal file
9
node_modules/@fontsource/raleway/cyrillic-500-italic.css
generated
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
/* raleway-cyrillic-500-italic*/
|
||||
@font-face {
|
||||
font-family: 'Raleway';
|
||||
font-style: italic;
|
||||
font-display: swap;
|
||||
font-weight: 500;
|
||||
src: url('./files/raleway-cyrillic-500-italic.woff2') format('woff2'), url('./files/raleway-cyrillic-500-italic.woff') format('woff');
|
||||
|
||||
}
|
||||
9
node_modules/@fontsource/raleway/cyrillic-500.css
generated
vendored
Normal file
9
node_modules/@fontsource/raleway/cyrillic-500.css
generated
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
/* raleway-cyrillic-500-normal*/
|
||||
@font-face {
|
||||
font-family: 'Raleway';
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
font-weight: 500;
|
||||
src: url('./files/raleway-cyrillic-500-normal.woff2') format('woff2'), url('./files/raleway-cyrillic-500-normal.woff') format('woff');
|
||||
|
||||
}
|
||||
9
node_modules/@fontsource/raleway/cyrillic-600-italic.css
generated
vendored
Normal file
9
node_modules/@fontsource/raleway/cyrillic-600-italic.css
generated
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
/* raleway-cyrillic-600-italic*/
|
||||
@font-face {
|
||||
font-family: 'Raleway';
|
||||
font-style: italic;
|
||||
font-display: swap;
|
||||
font-weight: 600;
|
||||
src: url('./files/raleway-cyrillic-600-italic.woff2') format('woff2'), url('./files/raleway-cyrillic-600-italic.woff') format('woff');
|
||||
|
||||
}
|
||||
9
node_modules/@fontsource/raleway/cyrillic-600.css
generated
vendored
Normal file
9
node_modules/@fontsource/raleway/cyrillic-600.css
generated
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
/* raleway-cyrillic-600-normal*/
|
||||
@font-face {
|
||||
font-family: 'Raleway';
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
font-weight: 600;
|
||||
src: url('./files/raleway-cyrillic-600-normal.woff2') format('woff2'), url('./files/raleway-cyrillic-600-normal.woff') format('woff');
|
||||
|
||||
}
|
||||
9
node_modules/@fontsource/raleway/cyrillic-700-italic.css
generated
vendored
Normal file
9
node_modules/@fontsource/raleway/cyrillic-700-italic.css
generated
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
/* raleway-cyrillic-700-italic*/
|
||||
@font-face {
|
||||
font-family: 'Raleway';
|
||||
font-style: italic;
|
||||
font-display: swap;
|
||||
font-weight: 700;
|
||||
src: url('./files/raleway-cyrillic-700-italic.woff2') format('woff2'), url('./files/raleway-cyrillic-700-italic.woff') format('woff');
|
||||
|
||||
}
|
||||
9
node_modules/@fontsource/raleway/cyrillic-700.css
generated
vendored
Normal file
9
node_modules/@fontsource/raleway/cyrillic-700.css
generated
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
/* raleway-cyrillic-700-normal*/
|
||||
@font-face {
|
||||
font-family: 'Raleway';
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
font-weight: 700;
|
||||
src: url('./files/raleway-cyrillic-700-normal.woff2') format('woff2'), url('./files/raleway-cyrillic-700-normal.woff') format('woff');
|
||||
|
||||
}
|
||||
9
node_modules/@fontsource/raleway/cyrillic-800-italic.css
generated
vendored
Normal file
9
node_modules/@fontsource/raleway/cyrillic-800-italic.css
generated
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
/* raleway-cyrillic-800-italic*/
|
||||
@font-face {
|
||||
font-family: 'Raleway';
|
||||
font-style: italic;
|
||||
font-display: swap;
|
||||
font-weight: 800;
|
||||
src: url('./files/raleway-cyrillic-800-italic.woff2') format('woff2'), url('./files/raleway-cyrillic-800-italic.woff') format('woff');
|
||||
|
||||
}
|
||||
9
node_modules/@fontsource/raleway/cyrillic-800.css
generated
vendored
Normal file
9
node_modules/@fontsource/raleway/cyrillic-800.css
generated
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
/* raleway-cyrillic-800-normal*/
|
||||
@font-face {
|
||||
font-family: 'Raleway';
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
font-weight: 800;
|
||||
src: url('./files/raleway-cyrillic-800-normal.woff2') format('woff2'), url('./files/raleway-cyrillic-800-normal.woff') format('woff');
|
||||
|
||||
}
|
||||
9
node_modules/@fontsource/raleway/cyrillic-900-italic.css
generated
vendored
Normal file
9
node_modules/@fontsource/raleway/cyrillic-900-italic.css
generated
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
/* raleway-cyrillic-900-italic*/
|
||||
@font-face {
|
||||
font-family: 'Raleway';
|
||||
font-style: italic;
|
||||
font-display: swap;
|
||||
font-weight: 900;
|
||||
src: url('./files/raleway-cyrillic-900-italic.woff2') format('woff2'), url('./files/raleway-cyrillic-900-italic.woff') format('woff');
|
||||
|
||||
}
|
||||
9
node_modules/@fontsource/raleway/cyrillic-900.css
generated
vendored
Normal file
9
node_modules/@fontsource/raleway/cyrillic-900.css
generated
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
/* raleway-cyrillic-900-normal*/
|
||||
@font-face {
|
||||
font-family: 'Raleway';
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
font-weight: 900;
|
||||
src: url('./files/raleway-cyrillic-900-normal.woff2') format('woff2'), url('./files/raleway-cyrillic-900-normal.woff') format('woff');
|
||||
|
||||
}
|
||||
9
node_modules/@fontsource/raleway/cyrillic-ext-100-italic.css
generated
vendored
Normal file
9
node_modules/@fontsource/raleway/cyrillic-ext-100-italic.css
generated
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
/* raleway-cyrillic-ext-100-italic*/
|
||||
@font-face {
|
||||
font-family: 'Raleway';
|
||||
font-style: italic;
|
||||
font-display: swap;
|
||||
font-weight: 100;
|
||||
src: url('./files/raleway-cyrillic-ext-100-italic.woff2') format('woff2'), url('./files/raleway-cyrillic-ext-100-italic.woff') format('woff');
|
||||
|
||||
}
|
||||
9
node_modules/@fontsource/raleway/cyrillic-ext-100.css
generated
vendored
Normal file
9
node_modules/@fontsource/raleway/cyrillic-ext-100.css
generated
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
/* raleway-cyrillic-ext-100-normal*/
|
||||
@font-face {
|
||||
font-family: 'Raleway';
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
font-weight: 100;
|
||||
src: url('./files/raleway-cyrillic-ext-100-normal.woff2') format('woff2'), url('./files/raleway-cyrillic-ext-100-normal.woff') format('woff');
|
||||
|
||||
}
|
||||
9
node_modules/@fontsource/raleway/cyrillic-ext-200-italic.css
generated
vendored
Normal file
9
node_modules/@fontsource/raleway/cyrillic-ext-200-italic.css
generated
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
/* raleway-cyrillic-ext-200-italic*/
|
||||
@font-face {
|
||||
font-family: 'Raleway';
|
||||
font-style: italic;
|
||||
font-display: swap;
|
||||
font-weight: 200;
|
||||
src: url('./files/raleway-cyrillic-ext-200-italic.woff2') format('woff2'), url('./files/raleway-cyrillic-ext-200-italic.woff') format('woff');
|
||||
|
||||
}
|
||||
9
node_modules/@fontsource/raleway/cyrillic-ext-200.css
generated
vendored
Normal file
9
node_modules/@fontsource/raleway/cyrillic-ext-200.css
generated
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
/* raleway-cyrillic-ext-200-normal*/
|
||||
@font-face {
|
||||
font-family: 'Raleway';
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
font-weight: 200;
|
||||
src: url('./files/raleway-cyrillic-ext-200-normal.woff2') format('woff2'), url('./files/raleway-cyrillic-ext-200-normal.woff') format('woff');
|
||||
|
||||
}
|
||||
9
node_modules/@fontsource/raleway/cyrillic-ext-300-italic.css
generated
vendored
Normal file
9
node_modules/@fontsource/raleway/cyrillic-ext-300-italic.css
generated
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
/* raleway-cyrillic-ext-300-italic*/
|
||||
@font-face {
|
||||
font-family: 'Raleway';
|
||||
font-style: italic;
|
||||
font-display: swap;
|
||||
font-weight: 300;
|
||||
src: url('./files/raleway-cyrillic-ext-300-italic.woff2') format('woff2'), url('./files/raleway-cyrillic-ext-300-italic.woff') format('woff');
|
||||
|
||||
}
|
||||
9
node_modules/@fontsource/raleway/cyrillic-ext-300.css
generated
vendored
Normal file
9
node_modules/@fontsource/raleway/cyrillic-ext-300.css
generated
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
/* raleway-cyrillic-ext-300-normal*/
|
||||
@font-face {
|
||||
font-family: 'Raleway';
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
font-weight: 300;
|
||||
src: url('./files/raleway-cyrillic-ext-300-normal.woff2') format('woff2'), url('./files/raleway-cyrillic-ext-300-normal.woff') format('woff');
|
||||
|
||||
}
|
||||
9
node_modules/@fontsource/raleway/cyrillic-ext-400-italic.css
generated
vendored
Normal file
9
node_modules/@fontsource/raleway/cyrillic-ext-400-italic.css
generated
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
/* raleway-cyrillic-ext-400-italic*/
|
||||
@font-face {
|
||||
font-family: 'Raleway';
|
||||
font-style: italic;
|
||||
font-display: swap;
|
||||
font-weight: 400;
|
||||
src: url('./files/raleway-cyrillic-ext-400-italic.woff2') format('woff2'), url('./files/raleway-cyrillic-ext-400-italic.woff') format('woff');
|
||||
|
||||
}
|
||||
9
node_modules/@fontsource/raleway/cyrillic-ext-400.css
generated
vendored
Normal file
9
node_modules/@fontsource/raleway/cyrillic-ext-400.css
generated
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
/* raleway-cyrillic-ext-400-normal*/
|
||||
@font-face {
|
||||
font-family: 'Raleway';
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
font-weight: 400;
|
||||
src: url('./files/raleway-cyrillic-ext-400-normal.woff2') format('woff2'), url('./files/raleway-cyrillic-ext-400-normal.woff') format('woff');
|
||||
|
||||
}
|
||||
9
node_modules/@fontsource/raleway/cyrillic-ext-500-italic.css
generated
vendored
Normal file
9
node_modules/@fontsource/raleway/cyrillic-ext-500-italic.css
generated
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
/* raleway-cyrillic-ext-500-italic*/
|
||||
@font-face {
|
||||
font-family: 'Raleway';
|
||||
font-style: italic;
|
||||
font-display: swap;
|
||||
font-weight: 500;
|
||||
src: url('./files/raleway-cyrillic-ext-500-italic.woff2') format('woff2'), url('./files/raleway-cyrillic-ext-500-italic.woff') format('woff');
|
||||
|
||||
}
|
||||
9
node_modules/@fontsource/raleway/cyrillic-ext-500.css
generated
vendored
Normal file
9
node_modules/@fontsource/raleway/cyrillic-ext-500.css
generated
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
/* raleway-cyrillic-ext-500-normal*/
|
||||
@font-face {
|
||||
font-family: 'Raleway';
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
font-weight: 500;
|
||||
src: url('./files/raleway-cyrillic-ext-500-normal.woff2') format('woff2'), url('./files/raleway-cyrillic-ext-500-normal.woff') format('woff');
|
||||
|
||||
}
|
||||
9
node_modules/@fontsource/raleway/cyrillic-ext-600-italic.css
generated
vendored
Normal file
9
node_modules/@fontsource/raleway/cyrillic-ext-600-italic.css
generated
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
/* raleway-cyrillic-ext-600-italic*/
|
||||
@font-face {
|
||||
font-family: 'Raleway';
|
||||
font-style: italic;
|
||||
font-display: swap;
|
||||
font-weight: 600;
|
||||
src: url('./files/raleway-cyrillic-ext-600-italic.woff2') format('woff2'), url('./files/raleway-cyrillic-ext-600-italic.woff') format('woff');
|
||||
|
||||
}
|
||||
9
node_modules/@fontsource/raleway/cyrillic-ext-600.css
generated
vendored
Normal file
9
node_modules/@fontsource/raleway/cyrillic-ext-600.css
generated
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
/* raleway-cyrillic-ext-600-normal*/
|
||||
@font-face {
|
||||
font-family: 'Raleway';
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
font-weight: 600;
|
||||
src: url('./files/raleway-cyrillic-ext-600-normal.woff2') format('woff2'), url('./files/raleway-cyrillic-ext-600-normal.woff') format('woff');
|
||||
|
||||
}
|
||||
9
node_modules/@fontsource/raleway/cyrillic-ext-700-italic.css
generated
vendored
Normal file
9
node_modules/@fontsource/raleway/cyrillic-ext-700-italic.css
generated
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
/* raleway-cyrillic-ext-700-italic*/
|
||||
@font-face {
|
||||
font-family: 'Raleway';
|
||||
font-style: italic;
|
||||
font-display: swap;
|
||||
font-weight: 700;
|
||||
src: url('./files/raleway-cyrillic-ext-700-italic.woff2') format('woff2'), url('./files/raleway-cyrillic-ext-700-italic.woff') format('woff');
|
||||
|
||||
}
|
||||
9
node_modules/@fontsource/raleway/cyrillic-ext-700.css
generated
vendored
Normal file
9
node_modules/@fontsource/raleway/cyrillic-ext-700.css
generated
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
/* raleway-cyrillic-ext-700-normal*/
|
||||
@font-face {
|
||||
font-family: 'Raleway';
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
font-weight: 700;
|
||||
src: url('./files/raleway-cyrillic-ext-700-normal.woff2') format('woff2'), url('./files/raleway-cyrillic-ext-700-normal.woff') format('woff');
|
||||
|
||||
}
|
||||
9
node_modules/@fontsource/raleway/cyrillic-ext-800-italic.css
generated
vendored
Normal file
9
node_modules/@fontsource/raleway/cyrillic-ext-800-italic.css
generated
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
/* raleway-cyrillic-ext-800-italic*/
|
||||
@font-face {
|
||||
font-family: 'Raleway';
|
||||
font-style: italic;
|
||||
font-display: swap;
|
||||
font-weight: 800;
|
||||
src: url('./files/raleway-cyrillic-ext-800-italic.woff2') format('woff2'), url('./files/raleway-cyrillic-ext-800-italic.woff') format('woff');
|
||||
|
||||
}
|
||||
9
node_modules/@fontsource/raleway/cyrillic-ext-800.css
generated
vendored
Normal file
9
node_modules/@fontsource/raleway/cyrillic-ext-800.css
generated
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
/* raleway-cyrillic-ext-800-normal*/
|
||||
@font-face {
|
||||
font-family: 'Raleway';
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
font-weight: 800;
|
||||
src: url('./files/raleway-cyrillic-ext-800-normal.woff2') format('woff2'), url('./files/raleway-cyrillic-ext-800-normal.woff') format('woff');
|
||||
|
||||
}
|
||||
9
node_modules/@fontsource/raleway/cyrillic-ext-900-italic.css
generated
vendored
Normal file
9
node_modules/@fontsource/raleway/cyrillic-ext-900-italic.css
generated
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
/* raleway-cyrillic-ext-900-italic*/
|
||||
@font-face {
|
||||
font-family: 'Raleway';
|
||||
font-style: italic;
|
||||
font-display: swap;
|
||||
font-weight: 900;
|
||||
src: url('./files/raleway-cyrillic-ext-900-italic.woff2') format('woff2'), url('./files/raleway-cyrillic-ext-900-italic.woff') format('woff');
|
||||
|
||||
}
|
||||
9
node_modules/@fontsource/raleway/cyrillic-ext-900.css
generated
vendored
Normal file
9
node_modules/@fontsource/raleway/cyrillic-ext-900.css
generated
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
/* raleway-cyrillic-ext-900-normal*/
|
||||
@font-face {
|
||||
font-family: 'Raleway';
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
font-weight: 900;
|
||||
src: url('./files/raleway-cyrillic-ext-900-normal.woff2') format('woff2'), url('./files/raleway-cyrillic-ext-900-normal.woff') format('woff');
|
||||
|
||||
}
|
||||
81
node_modules/@fontsource/raleway/cyrillic-ext.css
generated
vendored
Normal file
81
node_modules/@fontsource/raleway/cyrillic-ext.css
generated
vendored
Normal file
@@ -0,0 +1,81 @@
|
||||
/* raleway-cyrillic-ext-100-normal*/
|
||||
@font-face {
|
||||
font-family: 'Raleway';
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
font-weight: 100;
|
||||
src: url('./files/raleway-cyrillic-ext-100-normal.woff2') format('woff2'), url('./files/raleway-cyrillic-ext-100-normal.woff') format('woff');
|
||||
|
||||
}
|
||||
/* raleway-cyrillic-ext-200-normal*/
|
||||
@font-face {
|
||||
font-family: 'Raleway';
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
font-weight: 200;
|
||||
src: url('./files/raleway-cyrillic-ext-200-normal.woff2') format('woff2'), url('./files/raleway-cyrillic-ext-200-normal.woff') format('woff');
|
||||
|
||||
}
|
||||
/* raleway-cyrillic-ext-300-normal*/
|
||||
@font-face {
|
||||
font-family: 'Raleway';
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
font-weight: 300;
|
||||
src: url('./files/raleway-cyrillic-ext-300-normal.woff2') format('woff2'), url('./files/raleway-cyrillic-ext-300-normal.woff') format('woff');
|
||||
|
||||
}
|
||||
/* raleway-cyrillic-ext-400-normal*/
|
||||
@font-face {
|
||||
font-family: 'Raleway';
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
font-weight: 400;
|
||||
src: url('./files/raleway-cyrillic-ext-400-normal.woff2') format('woff2'), url('./files/raleway-cyrillic-ext-400-normal.woff') format('woff');
|
||||
|
||||
}
|
||||
/* raleway-cyrillic-ext-500-normal*/
|
||||
@font-face {
|
||||
font-family: 'Raleway';
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
font-weight: 500;
|
||||
src: url('./files/raleway-cyrillic-ext-500-normal.woff2') format('woff2'), url('./files/raleway-cyrillic-ext-500-normal.woff') format('woff');
|
||||
|
||||
}
|
||||
/* raleway-cyrillic-ext-600-normal*/
|
||||
@font-face {
|
||||
font-family: 'Raleway';
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
font-weight: 600;
|
||||
src: url('./files/raleway-cyrillic-ext-600-normal.woff2') format('woff2'), url('./files/raleway-cyrillic-ext-600-normal.woff') format('woff');
|
||||
|
||||
}
|
||||
/* raleway-cyrillic-ext-700-normal*/
|
||||
@font-face {
|
||||
font-family: 'Raleway';
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
font-weight: 700;
|
||||
src: url('./files/raleway-cyrillic-ext-700-normal.woff2') format('woff2'), url('./files/raleway-cyrillic-ext-700-normal.woff') format('woff');
|
||||
|
||||
}
|
||||
/* raleway-cyrillic-ext-800-normal*/
|
||||
@font-face {
|
||||
font-family: 'Raleway';
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
font-weight: 800;
|
||||
src: url('./files/raleway-cyrillic-ext-800-normal.woff2') format('woff2'), url('./files/raleway-cyrillic-ext-800-normal.woff') format('woff');
|
||||
|
||||
}
|
||||
/* raleway-cyrillic-ext-900-normal*/
|
||||
@font-face {
|
||||
font-family: 'Raleway';
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
font-weight: 900;
|
||||
src: url('./files/raleway-cyrillic-ext-900-normal.woff2') format('woff2'), url('./files/raleway-cyrillic-ext-900-normal.woff') format('woff');
|
||||
|
||||
}
|
||||
81
node_modules/@fontsource/raleway/cyrillic.css
generated
vendored
Normal file
81
node_modules/@fontsource/raleway/cyrillic.css
generated
vendored
Normal file
@@ -0,0 +1,81 @@
|
||||
/* raleway-cyrillic-100-normal*/
|
||||
@font-face {
|
||||
font-family: 'Raleway';
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
font-weight: 100;
|
||||
src: url('./files/raleway-cyrillic-100-normal.woff2') format('woff2'), url('./files/raleway-cyrillic-100-normal.woff') format('woff');
|
||||
|
||||
}
|
||||
/* raleway-cyrillic-200-normal*/
|
||||
@font-face {
|
||||
font-family: 'Raleway';
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
font-weight: 200;
|
||||
src: url('./files/raleway-cyrillic-200-normal.woff2') format('woff2'), url('./files/raleway-cyrillic-200-normal.woff') format('woff');
|
||||
|
||||
}
|
||||
/* raleway-cyrillic-300-normal*/
|
||||
@font-face {
|
||||
font-family: 'Raleway';
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
font-weight: 300;
|
||||
src: url('./files/raleway-cyrillic-300-normal.woff2') format('woff2'), url('./files/raleway-cyrillic-300-normal.woff') format('woff');
|
||||
|
||||
}
|
||||
/* raleway-cyrillic-400-normal*/
|
||||
@font-face {
|
||||
font-family: 'Raleway';
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
font-weight: 400;
|
||||
src: url('./files/raleway-cyrillic-400-normal.woff2') format('woff2'), url('./files/raleway-cyrillic-400-normal.woff') format('woff');
|
||||
|
||||
}
|
||||
/* raleway-cyrillic-500-normal*/
|
||||
@font-face {
|
||||
font-family: 'Raleway';
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
font-weight: 500;
|
||||
src: url('./files/raleway-cyrillic-500-normal.woff2') format('woff2'), url('./files/raleway-cyrillic-500-normal.woff') format('woff');
|
||||
|
||||
}
|
||||
/* raleway-cyrillic-600-normal*/
|
||||
@font-face {
|
||||
font-family: 'Raleway';
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
font-weight: 600;
|
||||
src: url('./files/raleway-cyrillic-600-normal.woff2') format('woff2'), url('./files/raleway-cyrillic-600-normal.woff') format('woff');
|
||||
|
||||
}
|
||||
/* raleway-cyrillic-700-normal*/
|
||||
@font-face {
|
||||
font-family: 'Raleway';
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
font-weight: 700;
|
||||
src: url('./files/raleway-cyrillic-700-normal.woff2') format('woff2'), url('./files/raleway-cyrillic-700-normal.woff') format('woff');
|
||||
|
||||
}
|
||||
/* raleway-cyrillic-800-normal*/
|
||||
@font-face {
|
||||
font-family: 'Raleway';
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
font-weight: 800;
|
||||
src: url('./files/raleway-cyrillic-800-normal.woff2') format('woff2'), url('./files/raleway-cyrillic-800-normal.woff') format('woff');
|
||||
|
||||
}
|
||||
/* raleway-cyrillic-900-normal*/
|
||||
@font-face {
|
||||
font-family: 'Raleway';
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
font-weight: 900;
|
||||
src: url('./files/raleway-cyrillic-900-normal.woff2') format('woff2'), url('./files/raleway-cyrillic-900-normal.woff') format('woff');
|
||||
|
||||
}
|
||||
BIN
node_modules/@fontsource/raleway/files/raleway-all-100-italic.woff
generated
vendored
Normal file
BIN
node_modules/@fontsource/raleway/files/raleway-all-100-italic.woff
generated
vendored
Normal file
Binary file not shown.
BIN
node_modules/@fontsource/raleway/files/raleway-all-100-normal.woff
generated
vendored
Normal file
BIN
node_modules/@fontsource/raleway/files/raleway-all-100-normal.woff
generated
vendored
Normal file
Binary file not shown.
BIN
node_modules/@fontsource/raleway/files/raleway-all-200-italic.woff
generated
vendored
Normal file
BIN
node_modules/@fontsource/raleway/files/raleway-all-200-italic.woff
generated
vendored
Normal file
Binary file not shown.
BIN
node_modules/@fontsource/raleway/files/raleway-all-200-normal.woff
generated
vendored
Normal file
BIN
node_modules/@fontsource/raleway/files/raleway-all-200-normal.woff
generated
vendored
Normal file
Binary file not shown.
BIN
node_modules/@fontsource/raleway/files/raleway-all-300-italic.woff
generated
vendored
Normal file
BIN
node_modules/@fontsource/raleway/files/raleway-all-300-italic.woff
generated
vendored
Normal file
Binary file not shown.
BIN
node_modules/@fontsource/raleway/files/raleway-all-300-normal.woff
generated
vendored
Normal file
BIN
node_modules/@fontsource/raleway/files/raleway-all-300-normal.woff
generated
vendored
Normal file
Binary file not shown.
BIN
node_modules/@fontsource/raleway/files/raleway-all-400-italic.woff
generated
vendored
Normal file
BIN
node_modules/@fontsource/raleway/files/raleway-all-400-italic.woff
generated
vendored
Normal file
Binary file not shown.
BIN
node_modules/@fontsource/raleway/files/raleway-all-400-normal.woff
generated
vendored
Normal file
BIN
node_modules/@fontsource/raleway/files/raleway-all-400-normal.woff
generated
vendored
Normal file
Binary file not shown.
BIN
node_modules/@fontsource/raleway/files/raleway-all-500-italic.woff
generated
vendored
Normal file
BIN
node_modules/@fontsource/raleway/files/raleway-all-500-italic.woff
generated
vendored
Normal file
Binary file not shown.
BIN
node_modules/@fontsource/raleway/files/raleway-all-500-normal.woff
generated
vendored
Normal file
BIN
node_modules/@fontsource/raleway/files/raleway-all-500-normal.woff
generated
vendored
Normal file
Binary file not shown.
BIN
node_modules/@fontsource/raleway/files/raleway-all-600-italic.woff
generated
vendored
Normal file
BIN
node_modules/@fontsource/raleway/files/raleway-all-600-italic.woff
generated
vendored
Normal file
Binary file not shown.
BIN
node_modules/@fontsource/raleway/files/raleway-all-600-normal.woff
generated
vendored
Normal file
BIN
node_modules/@fontsource/raleway/files/raleway-all-600-normal.woff
generated
vendored
Normal file
Binary file not shown.
BIN
node_modules/@fontsource/raleway/files/raleway-all-700-italic.woff
generated
vendored
Normal file
BIN
node_modules/@fontsource/raleway/files/raleway-all-700-italic.woff
generated
vendored
Normal file
Binary file not shown.
BIN
node_modules/@fontsource/raleway/files/raleway-all-700-normal.woff
generated
vendored
Normal file
BIN
node_modules/@fontsource/raleway/files/raleway-all-700-normal.woff
generated
vendored
Normal file
Binary file not shown.
BIN
node_modules/@fontsource/raleway/files/raleway-all-800-italic.woff
generated
vendored
Normal file
BIN
node_modules/@fontsource/raleway/files/raleway-all-800-italic.woff
generated
vendored
Normal file
Binary file not shown.
BIN
node_modules/@fontsource/raleway/files/raleway-all-800-normal.woff
generated
vendored
Normal file
BIN
node_modules/@fontsource/raleway/files/raleway-all-800-normal.woff
generated
vendored
Normal file
Binary file not shown.
BIN
node_modules/@fontsource/raleway/files/raleway-all-900-italic.woff
generated
vendored
Normal file
BIN
node_modules/@fontsource/raleway/files/raleway-all-900-italic.woff
generated
vendored
Normal file
Binary file not shown.
BIN
node_modules/@fontsource/raleway/files/raleway-all-900-normal.woff
generated
vendored
Normal file
BIN
node_modules/@fontsource/raleway/files/raleway-all-900-normal.woff
generated
vendored
Normal file
Binary file not shown.
BIN
node_modules/@fontsource/raleway/files/raleway-cyrillic-100-italic.woff
generated
vendored
Normal file
BIN
node_modules/@fontsource/raleway/files/raleway-cyrillic-100-italic.woff
generated
vendored
Normal file
Binary file not shown.
BIN
node_modules/@fontsource/raleway/files/raleway-cyrillic-100-italic.woff2
generated
vendored
Normal file
BIN
node_modules/@fontsource/raleway/files/raleway-cyrillic-100-italic.woff2
generated
vendored
Normal file
Binary file not shown.
BIN
node_modules/@fontsource/raleway/files/raleway-cyrillic-100-normal.woff
generated
vendored
Normal file
BIN
node_modules/@fontsource/raleway/files/raleway-cyrillic-100-normal.woff
generated
vendored
Normal file
Binary file not shown.
BIN
node_modules/@fontsource/raleway/files/raleway-cyrillic-100-normal.woff2
generated
vendored
Normal file
BIN
node_modules/@fontsource/raleway/files/raleway-cyrillic-100-normal.woff2
generated
vendored
Normal file
Binary file not shown.
BIN
node_modules/@fontsource/raleway/files/raleway-cyrillic-200-italic.woff
generated
vendored
Normal file
BIN
node_modules/@fontsource/raleway/files/raleway-cyrillic-200-italic.woff
generated
vendored
Normal file
Binary file not shown.
BIN
node_modules/@fontsource/raleway/files/raleway-cyrillic-200-italic.woff2
generated
vendored
Normal file
BIN
node_modules/@fontsource/raleway/files/raleway-cyrillic-200-italic.woff2
generated
vendored
Normal file
Binary file not shown.
BIN
node_modules/@fontsource/raleway/files/raleway-cyrillic-200-normal.woff
generated
vendored
Normal file
BIN
node_modules/@fontsource/raleway/files/raleway-cyrillic-200-normal.woff
generated
vendored
Normal file
Binary file not shown.
BIN
node_modules/@fontsource/raleway/files/raleway-cyrillic-200-normal.woff2
generated
vendored
Normal file
BIN
node_modules/@fontsource/raleway/files/raleway-cyrillic-200-normal.woff2
generated
vendored
Normal file
Binary file not shown.
BIN
node_modules/@fontsource/raleway/files/raleway-cyrillic-300-italic.woff
generated
vendored
Normal file
BIN
node_modules/@fontsource/raleway/files/raleway-cyrillic-300-italic.woff
generated
vendored
Normal file
Binary file not shown.
BIN
node_modules/@fontsource/raleway/files/raleway-cyrillic-300-italic.woff2
generated
vendored
Normal file
BIN
node_modules/@fontsource/raleway/files/raleway-cyrillic-300-italic.woff2
generated
vendored
Normal file
Binary file not shown.
BIN
node_modules/@fontsource/raleway/files/raleway-cyrillic-300-normal.woff
generated
vendored
Normal file
BIN
node_modules/@fontsource/raleway/files/raleway-cyrillic-300-normal.woff
generated
vendored
Normal file
Binary file not shown.
BIN
node_modules/@fontsource/raleway/files/raleway-cyrillic-300-normal.woff2
generated
vendored
Normal file
BIN
node_modules/@fontsource/raleway/files/raleway-cyrillic-300-normal.woff2
generated
vendored
Normal file
Binary file not shown.
BIN
node_modules/@fontsource/raleway/files/raleway-cyrillic-400-italic.woff
generated
vendored
Normal file
BIN
node_modules/@fontsource/raleway/files/raleway-cyrillic-400-italic.woff
generated
vendored
Normal file
Binary file not shown.
BIN
node_modules/@fontsource/raleway/files/raleway-cyrillic-400-italic.woff2
generated
vendored
Normal file
BIN
node_modules/@fontsource/raleway/files/raleway-cyrillic-400-italic.woff2
generated
vendored
Normal file
Binary file not shown.
BIN
node_modules/@fontsource/raleway/files/raleway-cyrillic-400-normal.woff
generated
vendored
Normal file
BIN
node_modules/@fontsource/raleway/files/raleway-cyrillic-400-normal.woff
generated
vendored
Normal file
Binary file not shown.
BIN
node_modules/@fontsource/raleway/files/raleway-cyrillic-400-normal.woff2
generated
vendored
Normal file
BIN
node_modules/@fontsource/raleway/files/raleway-cyrillic-400-normal.woff2
generated
vendored
Normal file
Binary file not shown.
BIN
node_modules/@fontsource/raleway/files/raleway-cyrillic-500-italic.woff
generated
vendored
Normal file
BIN
node_modules/@fontsource/raleway/files/raleway-cyrillic-500-italic.woff
generated
vendored
Normal file
Binary file not shown.
BIN
node_modules/@fontsource/raleway/files/raleway-cyrillic-500-italic.woff2
generated
vendored
Normal file
BIN
node_modules/@fontsource/raleway/files/raleway-cyrillic-500-italic.woff2
generated
vendored
Normal file
Binary file not shown.
BIN
node_modules/@fontsource/raleway/files/raleway-cyrillic-500-normal.woff
generated
vendored
Normal file
BIN
node_modules/@fontsource/raleway/files/raleway-cyrillic-500-normal.woff
generated
vendored
Normal file
Binary file not shown.
BIN
node_modules/@fontsource/raleway/files/raleway-cyrillic-500-normal.woff2
generated
vendored
Normal file
BIN
node_modules/@fontsource/raleway/files/raleway-cyrillic-500-normal.woff2
generated
vendored
Normal file
Binary file not shown.
BIN
node_modules/@fontsource/raleway/files/raleway-cyrillic-600-italic.woff
generated
vendored
Normal file
BIN
node_modules/@fontsource/raleway/files/raleway-cyrillic-600-italic.woff
generated
vendored
Normal file
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user