add eot font for ie
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user