diff options
Diffstat (limited to 'css')
-rw-r--r-- | css/main.css | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/css/main.css b/css/main.css index 6117fbc..f2544fa 100644 --- a/css/main.css +++ b/css/main.css @@ -12,9 +12,11 @@ @font-face { font-family: 'League Gothic'; - src: url('../lib/font/league_gothic-webfont.ttf') format('truetype'); - font-weight: normal; - font-style: normal; + src: url('../lib/font/league_gothic-webfont.eot'); + src: url('../lib/font/league_gothic-webfont.eot?#iefix') format('embedded-opentype'), + url('../lib/font/league_gothic-webfont.ttf') format('truetype'); + font-weight: normal; + font-style: normal; } |