|
11 | 11 | /* Webfont: LatoLatin-Black */
|
12 | 12 | @font-face {
|
13 | 13 | font-family: 'Lato';
|
14 |
| - src: local('LatoLatin Black'), |
15 |
| - local('LatoLatin-Black'), |
16 |
| - url('/src/assets/fonts/lato/LatoLatin-Black.woff2') format('woff2'); |
| 14 | + src: local('LatoLatin Black'), local('LatoLatin-Black'), |
| 15 | + url('../../assets/fonts/lato/LatoLatin-Black.woff2') format('woff2'); |
17 | 16 | font-style: normal;
|
18 | 17 | font-display: swap;
|
19 | 18 | font-weight: 900;
|
|
23 | 22 | /* Webfont: LatoLatin-BlackItalic */
|
24 | 23 | @font-face {
|
25 | 24 | font-family: 'Lato';
|
26 |
| - src: local('LatoLatin BlackItalic'), |
27 |
| - local('LatoLatin-BlackItalic'), |
28 |
| - url('/src/assets/fonts/lato/LatoLatin-BlackItalic.woff2') format('woff2'); |
| 25 | + src: local('LatoLatin BlackItalic'), local('LatoLatin-BlackItalic'), |
| 26 | + url('../../assets/fonts/lato/LatoLatin-BlackItalic.woff2') format('woff2'); |
29 | 27 | font-style: italic;
|
30 | 28 | font-weight: 900;
|
31 | 29 | font-display: swap;
|
|
35 | 33 | /* Webfont: LatoLatin-Bold */
|
36 | 34 | @font-face {
|
37 | 35 | font-family: 'Lato';
|
38 |
| - src: local('LatoLatin Bold'), |
39 |
| - local('LatoLatin-Bold'), |
40 |
| - url('/src/assets/fonts/lato/LatoLatin-Bold.woff2') format('woff2'); |
| 36 | + src: local('LatoLatin Bold'), local('LatoLatin-Bold'), |
| 37 | + url('../../assets/fonts/lato/LatoLatin-Bold.woff2') format('woff2'); |
41 | 38 | font-style: normal;
|
42 | 39 | font-weight: 700;
|
43 | 40 | font-display: swap;
|
|
47 | 44 | /* Webfont: LatoLatin-BoldItalic */
|
48 | 45 | @font-face {
|
49 | 46 | font-family: 'Lato';
|
50 |
| - src: local('LatoLatin BoldItalic'), |
51 |
| - local('LatoLatin-BoldItalic'), |
52 |
| - url('/src/assets/fonts/lato/LatoLatin-BoldItalic.woff2') format('woff2'); |
| 47 | + src: local('LatoLatin BoldItalic'), local('LatoLatin-BoldItalic'), |
| 48 | + url('../../assets/fonts/lato/LatoLatin-BoldItalic.woff2') format('woff2'); |
53 | 49 | font-style: italic;
|
54 | 50 | font-weight: 700;
|
55 | 51 | font-display: swap;
|
|
59 | 55 | /* Webfont: LatoLatin-Italic */
|
60 | 56 | @font-face {
|
61 | 57 | font-family: 'Lato';
|
62 |
| - src: local('LatoLatin Italic'), |
63 |
| - local('LatoLatin-Italic'), |
64 |
| - url('/src/assets/fonts/lato/LatoLatin-Italic.woff2') format('woff2'); |
| 58 | + src: local('LatoLatin Italic'), local('LatoLatin-Italic'), |
| 59 | + url('../../assets/fonts/lato/LatoLatin-Italic.woff2') format('woff2'); |
65 | 60 | font-style: italic;
|
66 | 61 | font-weight: 400;
|
67 | 62 | font-display: swap;
|
|
71 | 66 | /* Webfont: LatoLatin-Regular */
|
72 | 67 | @font-face {
|
73 | 68 | font-family: 'Lato';
|
74 |
| - src: local('LatoLatin Regular'), |
75 |
| - local('LatoLatin-Regular'), |
76 |
| - url('/src/assets/fonts/lato/LatoLatin-Regular.woff2') format('woff2'); |
| 69 | + src: local('LatoLatin Regular'), local('LatoLatin-Regular'), |
| 70 | + url('../../assets/fonts/lato/LatoLatin-Regular.woff2') format('woff2'); |
77 | 71 | font-style: normal;
|
78 | 72 | font-weight: 400;
|
79 | 73 | font-display: swap;
|
|
83 | 77 | /* Webfont: LatoLatin-Light */
|
84 | 78 | @font-face {
|
85 | 79 | font-family: 'Lato';
|
86 |
| - src: local('LatoLatin Light'), |
87 |
| - local('LatoLatin-Light'), |
88 |
| - url('/src/assets/fonts/lato/LatoLatin-Light.woff2') format('woff2'); |
| 80 | + src: local('LatoLatin Light'), local('LatoLatin-Light'), |
| 81 | + url('../../assets/fonts/lato/LatoLatin-Light.woff2') format('woff2'); |
89 | 82 | font-style: normal;
|
90 | 83 | font-weight: 300;
|
91 | 84 | font-display: swap;
|
|
95 | 88 | /* Webfont: LatoLatin-LightItalic */
|
96 | 89 | @font-face {
|
97 | 90 | font-family: 'Lato';
|
98 |
| - src: local('LatoLatin LightItalic'), |
99 |
| - local('LatoLatin-LightItalic'), |
100 |
| - url('/src/assets/fonts/lato/LatoLatin-LightItalic.woff2') format('woff2'); |
| 91 | + src: local('LatoLatin LightItalic'), local('LatoLatin-LightItalic'), |
| 92 | + url('../../assets/fonts/lato/LatoLatin-LightItalic.woff2') format('woff2'); |
101 | 93 | font-style: italic;
|
102 | 94 | font-weight: 300;
|
103 | 95 | font-display: swap;
|
|
0 commit comments