From dc9b93a533d66834687e3360379c85e2482a1a77 Mon Sep 17 00:00:00 2001 From: Hakim El Hattab Date: Thu, 30 Aug 2012 01:09:24 -0400 Subject: [PATCH] tweaks to the simple theme --- css/theme/simple.css | 18 ++---------------- 1 file changed, 2 insertions(+), 16 deletions(-) diff --git a/css/theme/simple.css b/css/theme/simple.css index 99ed997..16853be 100644 --- a/css/theme/simple.css +++ b/css/theme/simple.css @@ -11,17 +11,8 @@ * FONT-FACE DEFINITIONS *********************************************/ -@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'); +@import url(http://fonts.googleapis.com/css?family=News+Cycle:400,700); - font-weight: normal; - font-style: normal; -} /********************************************* * GLOBAL STYLES @@ -62,17 +53,12 @@ body { .reveal h6 { margin: 0 0 20px 0; color: black; - font-family: 'League Gothic', Impact, sans-serif; + font-family: 'News Cycle', Impact, sans-serif; line-height: 0.9em; - letter-spacing: 0.02em; text-transform: uppercase; } -.reveal h1 { - border-bottom: 5px dashed black; -} - /********************************************* * LINKS