Skip to content

Commit e598015

Browse files
committed
1 parent 696a25f commit e598015

19 files changed

+15
-9
lines changed

media/css/core.css

Lines changed: 15 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -53,23 +53,29 @@ pre, code, tt { font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberatio
5353
textarea, input, select { font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", Courier, monospace; font-size: 16px; line-height: 20px; }
5454

5555
@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');
6161
}
6262
@font-face {
6363
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');
6669
font-weight: normal;
6770
font-style: italic;
6871
}
6972
@font-face {
7073
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');
7379
font-weight: normal;
7480
font-style: normal;
7581
}
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)