Browse Source

remove duplicate fonts, tidy up font names (#103)

embed
Hakim El Hattab 12 years ago
parent
commit
0337193790
  1. 17
      css/main.css
  2. BIN
      lib/font/league_gothic-webfont-webfont.eot
  3. BIN
      lib/font/league_gothic-webfont-webfont.ttf
  4. 0
      lib/font/league_gothic-webfont.svg
  5. 0
      lib/font/league_gothic-webfont.woff

17
css/main.css

@ -1,8 +1,11 @@
@charset "UTF-8";
/**
* Main styles for reveal.js
* reveal.js
* http://lab.hakim.se/reveal-js
* MIT licensed
*
* @author Hakim El Hattab
* 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;

BIN
lib/font/league_gothic-webfont-webfont.eot

Binary file not shown.

BIN
lib/font/league_gothic-webfont-webfont.ttf

Binary file not shown.

0
lib/font/league_gothic-webfont-webfont.svg → lib/font/league_gothic-webfont.svg

Before

Width:  |  Height:  |  Size: 46 KiB

After

Width:  |  Height:  |  Size: 46 KiB

0
lib/font/league_gothic-webfont-webfont.woff → lib/font/league_gothic-webfont.woff

Loading…
Cancel
Save