content/styles/_lato.scss
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 |
@font-face {
font-family: 'Lato';
font-weight: 700;
font-style: normal;
src: url('../fonts/lato-bol-eot.eot');
src: url('../fonts/lato-bol-eot.eot?#iefix') format('embedded-opentype'),
url('../fonts/lato-bol-woff.woff') format('woff'),
url('../fonts/lato-bol-ttf.ttf') format('truetype'),
url('../fonts/lato-bol-svg.svg#latobold') format('svg');
}
@font-face {
font-family: 'Lato';
font-weight: 200;
font-style: normal;
src: url('../fonts/lato-lig-eot.eot');
src: url('../fonts/lato-lig-eot.eot?#iefix') format('embedded-opentype'),
url('../fonts/lato-lig-woff.woff') format('woff'),
url('../fonts/lato-lig-ttf.ttf') format('truetype'),
url('../fonts/lato-lig-svg.svg#latolight') format('svg');
}
@font-face {
font-family: 'Lato';
font-weight: 200;
font-style: italic;
src: url('../fonts/lato-ligita-eot.eot');
src: url('../fonts/lato-ligita-eot.eot?#iefix') format('embedded-opentype'),
url('../fonts/lato-ligita-woff.woff') format('woff'),
url('../fonts/lato-ligita-ttf.ttf') format('truetype'),
url('../fonts/lato-ligita-svg.svg#latolight_italic') format('svg');
}
@font-face {
font-family: 'Lato';
font-weight: 400;
font-style: normal;
src: url('../fonts/lato-reg-eot.eot');
src: url('../fonts/lato-reg-eot.eot?#iefix') format('embedded-opentype'),
url('../fonts/lato-reg-woff.woff') format('woff'),
url('../fonts/lato-reg-ttf.ttf') format('truetype'),
url('../fonts/lato-reg-svg.svg#latoregular') format('svg');
}
@font-face {
font-family: 'Lato';
font-weight: 400;
font-style: italic;
src: url('../fonts/lato-regita-eot.eot');
src: url('../fonts/lato-regita-eot.eot?#iefix') format('embedded-opentype'),
url('../fonts/lato-regita-woff.woff') format('woff'),
url('../fonts/lato-regita-ttf.ttf') format('truetype'),
url('../fonts/lato-regita-svg.svg#latoitalic') format('svg');
}
|