From 06ad3bf4c2692baf758c9ed3bd4b3bb8be1940c1 Mon Sep 17 00:00:00 2001 From: Hakim El Hattab Date: Tue, 6 Jan 2015 17:36:53 +0100 Subject: reorganize fonts, include source sans pro for offline use --- css/theme/moon.css | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'css/theme/moon.css') 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 */ -- cgit v1.2.3