|
3 | 3 | font-style: normal;
|
4 | 4 | font-weight: 400;
|
5 | 5 | src:
|
6 |
| - local("Roboto Regular"), |
7 |
| - local("Roboto-Regular"), |
8 |
| - url(~typeface-roboto/files/roboto-latin-400.woff2) format("woff2"), |
9 |
| - url(~typeface-roboto/files/roboto-latin-400.woff) format("woff"); |
| 6 | + url(~@fontsource/roboto/files/roboto-latin-400-normal.woff2) format("woff2"), |
| 7 | + url(~@fontsource/roboto/files/roboto-latin-400-normal.woff) format("woff"); |
| 8 | + 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; |
10 | 9 | }
|
11 | 10 |
|
12 | 11 | @font-face {
|
13 | 12 | font-family: "Roboto";
|
14 | 13 | font-style: italic;
|
15 | 14 | font-weight: 400;
|
16 | 15 | src:
|
17 |
| - local("Roboto Italic"), |
18 |
| - local("Roboto-Italic"), |
19 |
| - url(~typeface-roboto/files/roboto-latin-400italic.woff2) format("woff2"), |
20 |
| - url(~typeface-roboto/files/roboto-latin-400italic.woff) format("woff"); |
| 16 | + url(~@fontsource/roboto/files/roboto-latin-400-italic.woff2) format("woff2"), |
| 17 | + url(~@fontsource/roboto/files/roboto-latin-400-italic.woff) format("woff"); |
| 18 | + 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; |
21 | 19 | }
|
22 | 20 |
|
23 | 21 | @font-face {
|
24 | 22 | font-family: "Roboto";
|
25 | 23 | font-style: normal;
|
26 | 24 | font-weight: 500;
|
27 | 25 | src:
|
28 |
| - local("Roboto Medium"), |
29 |
| - local("Roboto-Medium"), |
30 |
| - url(~typeface-roboto/files/roboto-latin-500.woff2) format("woff2"), |
31 |
| - url(~typeface-roboto/files/roboto-latin-500.woff) format("woff"); |
| 26 | + url(~@fontsource/roboto/files/roboto-latin-500-normal.woff2) format("woff2"), |
| 27 | + url(~@fontsource/roboto/files/roboto-latin-500-normal.woff) format("woff"); |
| 28 | + 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; |
32 | 29 | }
|
33 | 30 |
|
34 | 31 | @font-face {
|
35 | 32 | font-family: "Roboto";
|
36 | 33 | font-style: italic;
|
37 | 34 | font-weight: 500;
|
38 | 35 | src:
|
39 |
| - local("Roboto Medium Italic"), |
40 |
| - local("Roboto-MediumItalic"), |
41 |
| - url(~typeface-roboto/files/roboto-latin-500italic.woff2) format("woff2"), |
42 |
| - url(~typeface-roboto/files/roboto-latin-500italic.woff) format("woff"); |
| 36 | + url(~@fontsource/roboto/files/roboto-latin-500-italic.woff2) format("woff2"), |
| 37 | + url(~@fontsource/roboto/files/roboto-latin-500-italic.woff) format("woff"); |
| 38 | + 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; |
43 | 39 | }
|
0 commit comments