summaryrefslogtreecommitdiffhomepage
path: root/css
diff options
context:
space:
mode:
authorHakim El Hattab2012-08-07 01:34:46 -0400
committerHakim El Hattab2012-08-07 01:34:46 -0400
commit6325efe615e5530bc394a5973b919b8fe60cee8f (patch)
tree50d80b55e7ba7d854424f3727e96a03e89cff49e /css
parent82b4658faf6b8e8092aa6a3a2282b9ca01e715df (diff)
parentc7d4998483891f3978641fc6e22c66e5c41d58f4 (diff)
Merge branch 'patch-6' of https://github.com/StereotypicalApps/reveal.js
Diffstat (limited to 'css')
-rw-r--r--css/main.css13
1 files changed, 9 insertions, 4 deletions
diff --git a/css/main.css b/css/main.css
index 12cec0a..d0b199c 100644
--- a/css/main.css
+++ b/css/main.css
@@ -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;
}