summaryrefslogtreecommitdiff
path: root/static/css/fonts.css
blob: ea9b2c9b618e431076c743fb954a59be8feb6e70 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
/* Webfont: LatoLatin-Regular */@font-face {
    font-family: 'LatoLatinWeb';
    src: url('/static/fonts/LatoLatin-Regular.eot'); /* IE9 Compat Modes */
    src: url('/static/fonts/LatoLatin-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('/static/fonts/LatoLatin-Regular.woff2') format('woff2'), /* Modern Browsers */
         url('/static/fonts/LatoLatin-Regular.woff') format('woff'), /* Modern Browsers */
         url('/static/fonts/LatoLatin-Regular.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

/* Webfont: LatoLatin-Light */@font-face {
    font-family: 'LatoLatinLightWeb';
    src: url('/static/fonts/LatoLatin-Light.eot'); /* IE9 Compat Modes */
    src: url('/static/fonts/LatoLatin-Light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('/static/fonts/LatoLatin-Light.woff2') format('woff2'), /* Modern Browsers */
         url('/static/fonts/LatoLatin-Light.woff') format('woff'), /* Modern Browsers */
         url('/static/fonts/LatoLatin-Light.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}