@@ -53,23 +53,29 @@ pre, code, tt { font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberatio
53
53
textarea , input , select { font-family : SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono" , "Courier New" , Courier, monospace; font-size : 16px ; line-height : 20px ; }
54
54
55
55
@font-face {
56
- font-family : ' Lato' ;
57
- src : url ('../fonts/lato/lato-bold.woff2 ' ) format ('woff2 ' ),
58
- url ('../fonts/lato/lato-bold.woff ' ) format ('woff' );
59
- font-weight : bold;
60
- font-style : normal ;
56
+ src : url ( '../fonts/lato/ Lato-Bold.eot' ); /* IE9 Compat Modes */
57
+ src : url ('../fonts/lato/Lato-Bold.eot?#iefix ' ) format ('embedded-opentype ' ), /* IE6-IE8 */
58
+ url ('../fonts/lato/Lato-Bold.woff2 ' ) format ('woff2' ) , /* Modern Browsers */
59
+ url ( '../fonts/lato/Lato-Bold.woff' ) format ( 'woff' ) , /* Modern Browsers */
60
+ url ( '../fonts/lato/Lato-Bold.ttf' ) format ( 'truetype' ) ;
61
61
}
62
62
@font-face {
63
63
font-family : 'Lato' ;
64
- src : url ('../fonts/lato/lato-italic.woff2' ) format ('woff2' ),
65
- url ('../fonts/lato/lato-italic.woff' ) format ('woff' );
64
+ src : url ('../fonts/lato/Lato-Italic.eot' ); /* IE9 Compat Modes */
65
+ src : url ('../fonts/lato/Lato-Italic.eot?#iefix' ) format ('embedded-opentype' ), /* IE6-IE8 */
66
+ url ('../fonts/lato/Lato-Italic.woff2' ) format ('woff2' ), /* Modern Browsers */
67
+ url ('../fonts/lato/Lato-Italic.woff' ) format ('woff' ), /* Modern Browsers */
68
+ url ('../fonts/lato/Lato-Italic.ttf' ) format ('truetype' );
66
69
font-weight : normal;
67
70
font-style : italic;
68
71
}
69
72
@font-face {
70
73
font-family : 'Lato' ;
71
- src : url ('../fonts/lato/lato-regular.woff2' ) format ('woff2' ),
72
- url ('../fonts/lato/lato-regular.woff' ) format ('woff' );
74
+ src : url ('../fonts/lato/Lato-Regular.eot' ); /* IE9 Compat Modes */
75
+ src : url ('../fonts/lato/Lato-Regular.eot?#iefix' ) format ('embedded-opentype' ), /* IE6-IE8 */
76
+ url ('../fonts/lato/Lato-Regular.woff2' ) format ('woff2' ), /* Modern Browsers */
77
+ url ('../fonts/lato/Lato-Regular.woff' ) format ('woff' ), /* Modern Browsers */
78
+ url ('../fonts/lato/Lato-Regular.ttf' ) format ('truetype' );
73
79
font-weight : normal;
74
80
font-style : normal;
75
81
}
0 commit comments