add eot font for ie

This commit is contained in:
hakimel
2012-08-03 21:21:49 -04:00
parent ee31772aeb
commit 6bc92af17c
4 changed files with 7 additions and 4 deletions

View File

@ -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;
}