You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
35 lines
1.6 KiB
CSS
35 lines
1.6 KiB
CSS
|
1 month ago
|
/* Webfont: LatoLatin-Bold */@font-face {
|
||
|
|
font-family: 'LatoLatinWeb';
|
||
|
|
src: url('fonts/LatoLatin-Bold.eot'); /* IE9 Compat Modes */
|
||
|
|
src: url('fonts/LatoLatin-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
|
||
|
|
url('fonts/LatoLatin-Bold.woff2') format('woff2'), /* Modern Browsers */
|
||
|
|
url('fonts/LatoLatin-Bold.woff') format('woff'), /* Modern Browsers */
|
||
|
|
url('fonts/LatoLatin-Bold.ttf') format('truetype');
|
||
|
|
font-style: normal;
|
||
|
|
font-weight: bold;
|
||
|
|
text-rendering: optimizeLegibility;
|
||
|
|
}
|
||
|
|
|
||
|
|
/* Webfont: LatoLatin-Regular */@font-face {
|
||
|
|
font-family: 'LatoLatinWeb';
|
||
|
|
src: url('fonts/LatoLatin-Regular.eot'); /* IE9 Compat Modes */
|
||
|
|
src: url('fonts/LatoLatin-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
|
||
|
|
url('fonts/LatoLatin-Regular.woff2') format('woff2'), /* Modern Browsers */
|
||
|
|
url('fonts/LatoLatin-Regular.woff') format('woff'), /* Modern Browsers */
|
||
|
|
url('fonts/LatoLatin-Regular.ttf') format('truetype');
|
||
|
|
font-style: normal;
|
||
|
|
font-weight: normal;
|
||
|
|
text-rendering: optimizeLegibility;
|
||
|
|
}
|
||
|
|
|
||
|
|
/* Webfont: LatoLatin-Light */@font-face {
|
||
|
|
font-family: 'LatoLatinWebLight';
|
||
|
|
src: url('fonts/LatoLatin-Light.eot'); /* IE9 Compat Modes */
|
||
|
|
src: url('fonts/LatoLatin-Light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
|
||
|
|
url('fonts/LatoLatin-Light.woff2') format('woff2'), /* Modern Browsers */
|
||
|
|
url('fonts/LatoLatin-Light.woff') format('woff'), /* Modern Browsers */
|
||
|
|
url('fonts/LatoLatin-Light.ttf') format('truetype');
|
||
|
|
font-style: normal;
|
||
|
|
font-weight: normal;
|
||
|
|
text-rendering: optimizeLegibility;
|
||
|
|
}
|