-
Notifications
You must be signed in to change notification settings - Fork 71
/
Copy pathfont.css
35 lines (30 loc) · 1.37 KB
/
font.css
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
/* Webfont: LatoLatinThin-Regular */@font-face {
font-family: 'lato';
src: url('font/LatoLatinThin-Regular.eot'); /* IE9 Compat Modes */
src: url('font/LatoLatinThin-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('font/LatoLatinThin-Regular.woff') format('woff'), /* Modern Browsers */
url('font/LatoLatinThin-Regular.ttf') format('truetype');
font-style: normal;
font-weight: 200;
text-rendering: optimizeLegibility;
}
/* Webfont: LatoLatin-Regular */@font-face {
font-family: 'lato';
src: url('font/LatoLatin-Regular.eot'); /* IE9 Compat Modes */
src: url('font/LatoLatin-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('font/LatoLatin-Regular.woff') format('woff'), /* Modern Browsers */
url('font/LatoLatin-Regular.ttf') format('truetype');
font-style: normal;
font-weight: normal;
text-rendering: optimizeLegibility;
}
/* Webfont: LatoLatin-Bold */@font-face {
font-family: 'lato';
src: url('font/LatoLatin-Bold.eot'); /* IE9 Compat Modes */
src: url('font/LatoLatin-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('font/LatoLatin-Bold.woff') format('woff'), /* Modern Browsers */
url('font/LatoLatin-Bold.ttf') format('truetype');
font-style: normal;
font-weight: bold;
text-rendering: optimizeLegibility;
}