ShadowFox/website/vendors/css/latofonts.css

26 lines
1.1 KiB
CSS
Raw Normal View History

2018-05-22 08:15:47 +00:00
/* 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: fallback;
}
/* 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: fallback;
}