26 lines
1.1 KiB
CSS
26 lines
1.1 KiB
CSS
/* Webfont: Lato-Light */@font-face {
|
|
font-family: 'LatoWebLight';
|
|
src: url('../fonts/Lato-Light.eot'); /* IE9 Compat Modes */
|
|
src: url('../fonts/Lato-Light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
|
|
url('../fonts/Lato-Light.woff2') format('woff2'), /* Modern Browsers */
|
|
url('../fonts/Lato-Light.woff') format('woff'), /* Modern Browsers */
|
|
url('../fonts/Lato-Light.ttf') format('truetype');
|
|
font-style: normal;
|
|
font-weight: normal;
|
|
text-rendering: optimizeLegibility;
|
|
font-display: swap;
|
|
}
|
|
|
|
/* Webfont: Lato-LightItalic */@font-face {
|
|
font-family: 'LatoWebLight';
|
|
src: url('../fonts/Lato-LightItalic.eot'); /* IE9 Compat Modes */
|
|
src: url('../fonts/Lato-LightItalic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
|
|
url('../fonts/Lato-LightItalic.woff2') format('woff2'), /* Modern Browsers */
|
|
url('../fonts/Lato-LightItalic.woff') format('woff'), /* Modern Browsers */
|
|
url('../fonts/Lato-LightItalic.ttf') format('truetype');
|
|
font-style: italic;
|
|
font-weight: normal;
|
|
text-rendering: optimizeLegibility;
|
|
font-display: swap;
|
|
}
|