From 6bc92af17c3e08ae6deef43a625b5e9007199627 Mon Sep 17 00:00:00 2001 From: hakimel Date: Fri, 3 Aug 2012 21:21:49 -0400 Subject: add eot font for ie --- css/main.css | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'css/main.css') 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; } -- cgit v1.2.3