Create css/font-roboto.css
Browse files- public/css/font-roboto.css +209 -0
public/css/font-roboto.css
ADDED
|
@@ -0,0 +1,209 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
/* cyrillic-ext */
|
| 2 |
+
@font-face {
|
| 3 |
+
font-family: 'Roboto';
|
| 4 |
+
font-style: normal;
|
| 5 |
+
font-weight: 400;
|
| 6 |
+
font-display: swap;
|
| 7 |
+
src: url('https://fragment.com/fonts/Roboto/KFOmCnqEu92Fr1Mu72xKKTU1Kvnz.woff2') format('woff2');
|
| 8 |
+
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
|
| 9 |
+
}
|
| 10 |
+
|
| 11 |
+
/* cyrillic */
|
| 12 |
+
@font-face {
|
| 13 |
+
font-family: 'Roboto';
|
| 14 |
+
font-style: normal;
|
| 15 |
+
font-weight: 400;
|
| 16 |
+
font-display: swap;
|
| 17 |
+
src: url('https://fragment.com/fonts/Roboto/KFOmCnqEu92Fr1Mu5mxKKTU1Kvnz.woff2') format('woff2');
|
| 18 |
+
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
|
| 19 |
+
}
|
| 20 |
+
|
| 21 |
+
/* greek-ext */
|
| 22 |
+
@font-face {
|
| 23 |
+
font-family: 'Roboto';
|
| 24 |
+
font-style: normal;
|
| 25 |
+
font-weight: 400;
|
| 26 |
+
font-display: swap;
|
| 27 |
+
src: url('https://fragment.com/fonts/Roboto/KFOmCnqEu92Fr1Mu7mxKKTU1Kvnz.woff2') format('woff2');
|
| 28 |
+
unicode-range: U+1F00-1FFF;
|
| 29 |
+
}
|
| 30 |
+
|
| 31 |
+
/* greek */
|
| 32 |
+
@font-face {
|
| 33 |
+
font-family: 'Roboto';
|
| 34 |
+
font-style: normal;
|
| 35 |
+
font-weight: 400;
|
| 36 |
+
font-display: swap;
|
| 37 |
+
src: url('https://fragment.com/fonts/Roboto/KFOmCnqEu92Fr1Mu4WxKKTU1Kvnz.woff2') format('woff2');
|
| 38 |
+
unicode-range: U+0370-03FF;
|
| 39 |
+
}
|
| 40 |
+
|
| 41 |
+
/* vietnamese */
|
| 42 |
+
@font-face {
|
| 43 |
+
font-family: 'Roboto';
|
| 44 |
+
font-style: normal;
|
| 45 |
+
font-weight: 400;
|
| 46 |
+
font-display: swap;
|
| 47 |
+
src: url('https://fragment.com/fonts/Roboto/KFOmCnqEu92Fr1Mu7WxKKTU1Kvnz.woff2') format('woff2');
|
| 48 |
+
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;
|
| 49 |
+
}
|
| 50 |
+
|
| 51 |
+
/* latin-ext */
|
| 52 |
+
@font-face {
|
| 53 |
+
font-family: 'Roboto';
|
| 54 |
+
font-style: normal;
|
| 55 |
+
font-weight: 400;
|
| 56 |
+
font-display: swap;
|
| 57 |
+
src: url('https://fragment.com/fonts/Roboto/KFOmCnqEu92Fr1Mu7GxKKTU1Kvnz.woff2') format('woff2');
|
| 58 |
+
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;
|
| 59 |
+
}
|
| 60 |
+
|
| 61 |
+
/* latin */
|
| 62 |
+
@font-face {
|
| 63 |
+
font-family: 'Roboto';
|
| 64 |
+
font-style: normal;
|
| 65 |
+
font-weight: 400;
|
| 66 |
+
font-display: swap;
|
| 67 |
+
src: url('https://fragment.com/fonts/Roboto/KFOmCnqEu92Fr1Mu4mxKKTU1Kg.woff2') format('woff2');
|
| 68 |
+
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;
|
| 69 |
+
}
|
| 70 |
+
|
| 71 |
+
/* cyrillic-ext */
|
| 72 |
+
@font-face {
|
| 73 |
+
font-family: 'Roboto';
|
| 74 |
+
font-style: normal;
|
| 75 |
+
font-weight: 500;
|
| 76 |
+
font-display: swap;
|
| 77 |
+
src: url('https://fragment.com/fonts/Roboto/KFOlCnqEu92Fr1MmEU9fCRc4AMP6lbBP.woff2') format('woff2');
|
| 78 |
+
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
|
| 79 |
+
}
|
| 80 |
+
|
| 81 |
+
/* cyrillic */
|
| 82 |
+
@font-face {
|
| 83 |
+
font-family: 'Roboto';
|
| 84 |
+
font-style: normal;
|
| 85 |
+
font-weight: 500;
|
| 86 |
+
font-display: swap;
|
| 87 |
+
src: url('https://fragment.com/fonts/Roboto/KFOlCnqEu92Fr1MmEU9fABc4AMP6lbBP.woff2') format('woff2');
|
| 88 |
+
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
|
| 89 |
+
}
|
| 90 |
+
|
| 91 |
+
/* greek-ext */
|
| 92 |
+
@font-face {
|
| 93 |
+
font-family: 'Roboto';
|
| 94 |
+
font-style: normal;
|
| 95 |
+
font-weight: 500;
|
| 96 |
+
font-display: swap;
|
| 97 |
+
src: url('https://fragment.com/fonts/Roboto/KFOlCnqEu92Fr1MmEU9fCBc4AMP6lbBP.woff2') format('woff2');
|
| 98 |
+
unicode-range: U+1F00-1FFF;
|
| 99 |
+
}
|
| 100 |
+
|
| 101 |
+
/* greek */
|
| 102 |
+
@font-face {
|
| 103 |
+
font-family: 'Roboto';
|
| 104 |
+
font-style: normal;
|
| 105 |
+
font-weight: 500;
|
| 106 |
+
font-display: swap;
|
| 107 |
+
src: url('https://fragment.com/fonts/Roboto/KFOlCnqEu92Fr1MmEU9fBxc4AMP6lbBP.woff2') format('woff2');
|
| 108 |
+
unicode-range: U+0370-03FF;
|
| 109 |
+
}
|
| 110 |
+
|
| 111 |
+
/* vietnamese */
|
| 112 |
+
@font-face {
|
| 113 |
+
font-family: 'Roboto';
|
| 114 |
+
font-style: normal;
|
| 115 |
+
font-weight: 500;
|
| 116 |
+
font-display: swap;
|
| 117 |
+
src: url('https://fragment.com/fonts/Roboto/KFOlCnqEu92Fr1MmEU9fCxc4AMP6lbBP.woff2') format('woff2');
|
| 118 |
+
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;
|
| 119 |
+
}
|
| 120 |
+
|
| 121 |
+
/* latin-ext */
|
| 122 |
+
@font-face {
|
| 123 |
+
font-family: 'Roboto';
|
| 124 |
+
font-style: normal;
|
| 125 |
+
font-weight: 500;
|
| 126 |
+
font-display: swap;
|
| 127 |
+
src: url('https://fragment.com/fonts/Roboto/KFOlCnqEu92Fr1MmEU9fChc4AMP6lbBP.woff2') format('woff2');
|
| 128 |
+
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;
|
| 129 |
+
}
|
| 130 |
+
|
| 131 |
+
/* latin */
|
| 132 |
+
@font-face {
|
| 133 |
+
font-family: 'Roboto';
|
| 134 |
+
font-style: normal;
|
| 135 |
+
font-weight: 500;
|
| 136 |
+
font-display: swap;
|
| 137 |
+
src: url('https://fragment.com/fonts/Roboto/KFOlCnqEu92Fr1MmEU9fBBc4AMP6lQ.woff2') format('woff2');
|
| 138 |
+
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;
|
| 139 |
+
}
|
| 140 |
+
|
| 141 |
+
/* cyrillic-ext */
|
| 142 |
+
@font-face {
|
| 143 |
+
font-family: 'Roboto';
|
| 144 |
+
font-style: normal;
|
| 145 |
+
font-weight: 700;
|
| 146 |
+
font-display: swap;
|
| 147 |
+
src: url('https://fragment.com/fonts/Roboto/KFOlCnqEu92Fr1MmWUlfCRc4AMP6lbBP.woff2') format('woff2');
|
| 148 |
+
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
|
| 149 |
+
}
|
| 150 |
+
|
| 151 |
+
/* cyrillic */
|
| 152 |
+
@font-face {
|
| 153 |
+
font-family: 'Roboto';
|
| 154 |
+
font-style: normal;
|
| 155 |
+
font-weight: 700;
|
| 156 |
+
font-display: swap;
|
| 157 |
+
src: url('https://fragment.com/fonts/Roboto/KFOlCnqEu92Fr1MmWUlfABc4AMP6lbBP.woff2') format('woff2');
|
| 158 |
+
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
|
| 159 |
+
}
|
| 160 |
+
|
| 161 |
+
/* greek-ext */
|
| 162 |
+
@font-face {
|
| 163 |
+
font-family: 'Roboto';
|
| 164 |
+
font-style: normal;
|
| 165 |
+
font-weight: 700;
|
| 166 |
+
font-display: swap;
|
| 167 |
+
src: url('https://fragment.com/fonts/Roboto/KFOlCnqEu92Fr1MmWUlfCBc4AMP6lbBP.woff2') format('woff2');
|
| 168 |
+
unicode-range: U+1F00-1FFF;
|
| 169 |
+
}
|
| 170 |
+
|
| 171 |
+
/* greek */
|
| 172 |
+
@font-face {
|
| 173 |
+
font-family: 'Roboto';
|
| 174 |
+
font-style: normal;
|
| 175 |
+
font-weight: 700;
|
| 176 |
+
font-display: swap;
|
| 177 |
+
src: url('https://fragment.com/fonts/Roboto/KFOlCnqEu92Fr1MmWUlfBxc4AMP6lbBP.woff2') format('woff2');
|
| 178 |
+
unicode-range: U+0370-03FF;
|
| 179 |
+
}
|
| 180 |
+
|
| 181 |
+
/* vietnamese */
|
| 182 |
+
@font-face {
|
| 183 |
+
font-family: 'Roboto';
|
| 184 |
+
font-style: normal;
|
| 185 |
+
font-weight: 700;
|
| 186 |
+
font-display: swap;
|
| 187 |
+
src: url('https://fragment.com/fonts/Roboto/KFOlCnqEu92Fr1MmWUlfCxc4AMP6lbBP.woff2') format('woff2');
|
| 188 |
+
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;
|
| 189 |
+
}
|
| 190 |
+
|
| 191 |
+
/* latin-ext */
|
| 192 |
+
@font-face {
|
| 193 |
+
font-family: 'Roboto';
|
| 194 |
+
font-style: normal;
|
| 195 |
+
font-weight: 700;
|
| 196 |
+
font-display: swap;
|
| 197 |
+
src: url('https://fragment.com/fonts/Roboto/KFOlCnqEu92Fr1MmWUlfChc4AMP6lbBP.woff2') format('woff2');
|
| 198 |
+
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;
|
| 199 |
+
}
|
| 200 |
+
|
| 201 |
+
/* latin */
|
| 202 |
+
@font-face {
|
| 203 |
+
font-family: 'Roboto';
|
| 204 |
+
font-style: normal;
|
| 205 |
+
font-weight: 700;
|
| 206 |
+
font-display: swap;
|
| 207 |
+
src: url('https://fragment.com/fonts/Roboto/KFOlCnqEu92Fr1MmWUlfBBc4AMP6lQ.woff2') format('woff2');
|
| 208 |
+
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;
|
| 209 |
+
}
|