diff options
Diffstat (limited to 'css/theme/league.css')
-rw-r--r-- | css/theme/league.css | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/css/theme/league.css b/css/theme/league.css index 2e8abc7..c6d07f6 100644 --- a/css/theme/league.css +++ b/css/theme/league.css @@ -1,3 +1,4 @@ +@import url(../../lib/font/league-gothic/league-gothic.css); @import url(https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic); /** * League theme for reveal.js. @@ -6,13 +7,6 @@ * * Copyright (C) 2011-2012 Hakim El Hattab, http://hakim.se */ -@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.woff') format('woff'), url('../../lib/font/league_gothic-webfont.ttf') format('truetype'); - font-weight: normal; - font-style: normal; } - /********************************************* * GLOBAL STYLES *********************************************/ |