diff options
author | hakimel | 2012-08-03 21:21:49 -0400 |
---|---|---|
committer | hakimel | 2012-08-03 21:21:49 -0400 |
commit | 6bc92af17c3e08ae6deef43a625b5e9007199627 (patch) | |
tree | c195401f6d3ecb1d14c936d66d94900b7f2429de /css | |
parent | ee31772aebb3e6eb6f43bad6db11800f0adc2c9c (diff) |
add eot font for ie
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; } |