|
4 | 4 | src: url('../fonts/Lato/lato-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Lato/lato-regular.woff2') format('woff2'), url('../fonts/Lato/lato-regular.woff') format('woff'), url('../fonts/Lato/lato-regular.ttf') format('truetype') |
5 | 5 | font-weight: 400 |
6 | 6 | font-style: normal |
| 7 | + font-display: $font-display |
7 | 8 |
|
8 | 9 | @font-face |
9 | 10 | font-family: 'Lato' |
10 | 11 | src: url('../fonts/Lato/lato-bold.eot') |
11 | 12 | src: url('../fonts/Lato/lato-bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Lato/lato-bold.woff2') format('woff2'), url('../fonts/Lato/lato-bold.woff') format('woff'), url('../fonts/Lato/lato-bold.ttf') format('truetype') |
12 | 13 | font-weight: 700 |
13 | 14 | font-style: normal |
14 | | - |
| 15 | + font-display: $font-display |
15 | 16 |
|
16 | 17 | @font-face |
17 | 18 | font-family: 'Lato' |
18 | 19 | src: url('../fonts/Lato/lato-bolditalic.eot') |
19 | 20 | src: url('../fonts/Lato/lato-bolditalic.eot?#iefix') format('embedded-opentype'), url('../fonts/Lato/lato-bolditalic.woff2') format('woff2'), url('../fonts/Lato/lato-bolditalic.woff') format('woff'), url('../fonts/Lato/lato-bolditalic.ttf') format('truetype') |
20 | 21 | font-weight: 700 |
21 | 22 | font-style: italic |
| 23 | + font-display: $font-display |
22 | 24 |
|
23 | 25 | @font-face |
24 | 26 | font-family: 'Lato' |
25 | 27 | src: url('../fonts/Lato/lato-italic.eot') |
26 | 28 | src: url('../fonts/Lato/lato-italic.eot?#iefix') format('embedded-opentype'), url('../fonts/Lato/lato-italic.woff2') format('woff2'), url('../fonts/Lato/lato-italic.woff') format('woff'), url('../fonts/Lato/lato-italic.ttf') format('truetype') |
27 | 29 | font-weight: 400 |
28 | 30 | font-style: italic |
| 31 | + font-display: $font-display |
29 | 32 |
|
30 | 33 | @font-face |
31 | 34 | font-family: 'Roboto Slab' |
32 | 35 | font-style: normal |
33 | 36 | font-weight: 400 |
34 | 37 | src: url('../fonts/RobotoSlab/roboto-slab.eot') |
35 | 38 | src: url('../fonts/RobotoSlab/roboto-slab-v7-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/RobotoSlab/roboto-slab-v7-regular.woff2') format('woff2'), url('../fonts/RobotoSlab/roboto-slab-v7-regular.woff') format('woff'), url('../fonts/RobotoSlab/roboto-slab-v7-regular.ttf') format('truetype') |
| 39 | + font-display: $font-display |
36 | 40 |
|
37 | 41 | @font-face |
38 | 42 | font-family: 'Roboto Slab' |
39 | 43 | font-style: normal |
40 | 44 | font-weight: 700 |
41 | 45 | src: url('../fonts/RobotoSlab/roboto-slab-v7-bold.eot') |
42 | 46 | src: url('../fonts/RobotoSlab/roboto-slab-v7-bold.eot?#iefix') format('embedded-opentype'), url('../fonts/RobotoSlab/roboto-slab-v7-bold.woff2') format('woff2'), url('../fonts/RobotoSlab/roboto-slab-v7-bold.woff') format('woff'), url('../fonts/RobotoSlab/roboto-slab-v7-bold.ttf') format('truetype') |
| 47 | + font-display: $font-display |
0 commit comments