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