added more font-face support
authorOwen Versteeg <stereotypicalapps@live.com>
Mon, 6 Aug 2012 20:04:25 +0000 (17:04 -0300)
committerOwen Versteeg <stereotypicalapps@live.com>
Mon, 6 Aug 2012 20:04:25 +0000 (17:04 -0300)
this way, more browsers are supported, like older Opera/Chrome/FF

css/main.css

index 12cec0ae1fb0e7829778406f2bd4ceaec06c2e61..d0b199c15012ea5ee0c790358c0a3013ef3e4ba1 100644 (file)
  *********************************************/
 
 @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;
 }