diff options
author | Hakim El Hattab | 2015-01-06 17:36:53 +0100 |
---|---|---|
committer | Hakim El Hattab | 2015-01-06 17:37:14 +0100 |
commit | 06ad3bf4c2692baf758c9ed3bd4b3bb8be1940c1 (patch) | |
tree | f3ba716b173f712d6be37765e07c489654b54fc0 /css/theme/moon.css | |
parent | 40f12acf2dc2996ab8db81f474e8903364e94d87 (diff) |
reorganize fonts, include source sans pro for offline use
Diffstat (limited to 'css/theme/moon.css')
-rw-r--r-- | css/theme/moon.css | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/css/theme/moon.css b/css/theme/moon.css index 5f0ef06..4817c18 100644 --- a/css/theme/moon.css +++ b/css/theme/moon.css @@ -1,15 +1,9 @@ +@import url(../../lib/font/league-gothic/league-gothic.css); @import url(https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic); /** * Solarized Dark theme for reveal.js. * Author: Achim Staebler */ -@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'), url('../../lib/font/league_gothic-webfont.svg#LeagueGothicRegular') format('svg'); - font-weight: normal; - font-style: normal; } - /** * Solarized colors by Ethan Schoonover */ |