add eot font for ie
This commit is contained in:
parent
ee31772aeb
commit
6bc92af17c
4 changed files with 7 additions and 4 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue