Skip to content
Snippets Groups Projects
Commit 3ccf9a39 authored by Owen Versteeg's avatar Owen Versteeg
Browse files

added more font-face support

this way, more browsers are supported, like older Opera/Chrome/FF
parent aca177cd
No related branches found
No related tags found
No related merge requests found
......@@ -11,10 +11,15 @@
*********************************************/
@font-face {
font-family: 'League Gothic';
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-family: 'League Gothic';
src: url('../lib/font/league_gothic-webfont-webfont.eot');
src: url('../lib/font/league_gothic-webfont-webfont.eot?#iefix') format('embedded-opentype'),
url('../lib/font/league_gothic-webfont-webfont.woff') format('woff'),
url('../lib/font/league_gothic-webfont-webfont.ttf') format('truetype'),
url('../lib/font/league_gothic-webfont-webfont.svg#LeagueGothicRegular') format('svg');
font-weight: normal;
font-style: normal;
font-weight: normal;
font-style: normal;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment