|
2 | 2 | font-family: 'Lato'; |
3 | 3 | font-style: normal; |
4 | 4 | font-weight: 300; |
5 | | - src: local('Lato Light'), local('Lato-Light'); |
6 | | - src: url('/fonts/lato/Lato-Light.eot'); /* IE9 Compat Modes */ |
7 | | - src: url('/fonts/lato/Lato-Light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ |
8 | | - url('/fonts/lato/Lato-Light.woff2') format('woff2'), /* Modern Browsers */ |
9 | | - url('/fonts/lato/Lato-Light.woff') format('woff'), /* Modern Browsers */ |
10 | | - url('/fonts/lato/Lato-Light.ttf') format('truetype'); |
| 5 | + src: url('lato-latin-300-normal.woff2') format('woff2'), |
| 6 | + url('lato-latin-300-normal.woff') format('woff'); |
11 | 7 | } |
12 | 8 | @font-face { |
13 | 9 | font-family: 'Lato'; |
14 | 10 | font-style: normal; |
15 | 11 | font-weight: 400; |
16 | | - src: local('Lato Regular'), local('Lato-Regular'); |
17 | | - src: url('/fonts/lato/Lato-Regular.eot'); /* IE9 Compat Modes */ |
18 | | - src: url('/fonts/lato/Lato-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ |
19 | | - url('/fonts/lato/Lato-Regular.woff2') format('woff2'), /* Modern Browsers */ |
20 | | - url('/fonts/lato/Lato-Regular.woff') format('woff'), /* Modern Browsers */ |
21 | | - url('/fonts/lato/Lato-Regular.ttf') format('truetype'); |
| 12 | + src: url('lato-latin-400-normal.woff2') format('woff2'), |
| 13 | + url('lato-latin-400-normal.woff') format('woff'); |
22 | 14 | } |
23 | 15 | @font-face { |
24 | 16 | font-family: 'Lato'; |
25 | 17 | font-style: normal; |
26 | 18 | font-weight: 700; |
27 | | - src: local('Lato Bold'), local('Lato-Bold'); |
28 | | - src: url('/fonts/lato/Lato-Bold.eot'); /* IE9 Compat Modes */ |
29 | | - src: url('/fonts/lato/Lato-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ |
30 | | - url('/fonts/lato/Lato-Bold.woff2') format('woff2'), /* Modern Browsers */ |
31 | | - url('/fonts/lato/Lato-Bold.woff') format('woff'), /* Modern Browsers */ |
32 | | - url('/fonts/lato/Lato-Bold.ttf') format('truetype'); |
| 19 | + src: url('lato-latin-700-normal.woff2') format('woff2'), |
| 20 | + url('lato-latin-700-normal.woff') format('woff'); |
33 | 21 | } |
34 | 22 | @font-face { |
35 | 23 | font-family: 'Lato'; |
36 | 24 | font-style: normal; |
37 | 25 | font-weight: 900; |
38 | | - src: local('Lato Black'), local('Lato-Black'); |
39 | | - src: url('/fonts/lato/Lato-Black.eot'); /* IE9 Compat Modes */ |
40 | | - src: url('/fonts/lato/Lato-Black.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ |
41 | | - url('/fonts/lato/Lato-Black.woff2') format('woff2'), /* Modern Browsers */ |
42 | | - url('/fonts/lato/Lato-Black.woff') format('woff'), /* Modern Browsers */ |
43 | | - url('/fonts/lato/Lato-Black.ttf') format('truetype'); |
| 26 | + src: url('lato-latin-900-normal.woff2') format('woff2'), |
| 27 | + url('lato-latin-900-normal.woff') format('woff'); |
44 | 28 | } |
45 | 29 | @font-face { |
46 | 30 | font-family: 'Lato'; |
47 | 31 | font-style: italic; |
48 | 32 | font-weight: 400; |
49 | | - src: local('Lato Italic'), local('Lato-Italic'); |
50 | | - src: url('/fonts/lato/Lato-Italic.eot'); /* IE9 Compat Modes */ |
51 | | - src: url('/fonts/lato/Lato-Italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ |
52 | | - url('/fonts/lato/Lato-Italic.woff2') format('woff2'), /* Modern Browsers */ |
53 | | - url('/fonts/lato/Lato-Italic.woff') format('woff'), /* Modern Browsers */ |
54 | | - url('/fonts/lato/Lato-Italic.ttf') format('truetype'); |
| 33 | + src: url('lato-latin-400-italic.woff2') format('woff2'), |
| 34 | + url('lato-latin-400-italic.woff') format('woff'); |
55 | 35 | } |
0 commit comments