-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathlatofonts.css
47 lines (44 loc) · 2.02 KB
/
latofonts.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
35
36
37
38
39
40
41
42
43
44
45
46
47
/* Webfont: Lato-Regular */@font-face {
font-family: 'LatoWeb';
src: url('font/lato/Lato-Regular.eot'); /* IE9 Compat Modes */
src: url('font/lato/Lato-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('font/lato/Lato-Regular.woff2') format('woff2'), /* Modern Browsers */
url('font/lato/Lato-Regular.woff') format('woff'), /* Modern Browsers */
url('font/lato/Lato-Regular.ttf') format('truetype');
font-style: normal;
font-weight: normal;
text-rendering: optimizeLegibility;
}
/* Webfont: Lato-Italic */@font-face {
font-family: 'LatoWeb';
src: url('font/lato/Lato-Italic.eot'); /* IE9 Compat Modes */
src: url('font/lato/Lato-Italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('font/lato/Lato-Italic.woff2') format('woff2'), /* Modern Browsers */
url('font/lato/Lato-Italic.woff') format('woff'), /* Modern Browsers */
url('font/lato/Lato-Italic.ttf') format('truetype');
font-style: italic;
font-weight: normal;
text-rendering: optimizeLegibility;
}
/* Webfont: Lato-Light */@font-face {
font-family: 'LatoWebLight';
src: url('font/lato/Lato-Light.eot'); /* IE9 Compat Modes */
src: url('font/lato/Lato-Light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('font/lato/Lato-Light.woff2') format('woff2'), /* Modern Browsers */
url('font/lato/Lato-Light.woff') format('woff'), /* Modern Browsers */
url('font/lato/Lato-Light.ttf') format('truetype');
font-style: normal;
font-weight: normal;
text-rendering: optimizeLegibility;
}
/* Webfont: Lato-LightItalic */@font-face {
font-family: 'LatoWebLight';
src: url('font/lato/Lato-LightItalic.eot'); /* IE9 Compat Modes */
src: url('font/lato/Lato-LightItalic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('font/lato/Lato-LightItalic.woff2') format('woff2'), /* Modern Browsers */
url('font/lato/Lato-LightItalic.woff') format('woff'), /* Modern Browsers */
url('font/lato/Lato-LightItalic.ttf') format('truetype');
font-style: italic;
font-weight: normal;
text-rendering: optimizeLegibility;
}