aboutsummaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorHakim El Hattab <hakim.elhattab@gmail.com>2012-08-07 01:38:06 -0400
committerHakim El Hattab <hakim.elhattab@gmail.com>2012-08-07 01:38:06 -0400
commit03371937900da2e5a2f89a0c7b4bd0fbe34062de (patch)
treec739f0e5b5f515202fe0f27e66dc95646d6c786a /css
parent6325efe615e5530bc394a5973b919b8fe60cee8f (diff)
downloadperl-software-in-gnu-guix-03371937900da2e5a2f89a0c7b4bd0fbe34062de.tar
perl-software-in-gnu-guix-03371937900da2e5a2f89a0c7b4bd0fbe34062de.tar.gz
remove duplicate fonts, tidy up font names (#103)
Diffstat (limited to 'css')
-rw-r--r--css/main.css19
1 files changed, 11 insertions, 8 deletions
diff --git a/css/main.css b/css/main.css
index d0b199c..cae560f 100644
--- a/css/main.css
+++ b/css/main.css
@@ -1,8 +1,11 @@
@charset "UTF-8";
+
/**
- * Main styles for reveal.js
- *
- * @author Hakim El Hattab
+ * reveal.js
+ * http://lab.hakim.se/reveal-js
+ * MIT licensed
+ *
+ * Copyright (C) 2011-2012 Hakim El Hattab, http://hakim.se
*/
@@ -12,11 +15,11 @@
@font-face {
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');
+ 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.woff') format('woff'),
+ url('../lib/font/league_gothic-webfont.ttf') format('truetype'),
+ url('../lib/font/league_gothic-webfont.svg#LeagueGothicRegular') format('svg');
font-weight: normal;
font-style: normal;