diff options
author | Hakim El Hattab <hakim.elhattab@gmail.com> | 2012-08-30 01:09:24 -0400 |
---|---|---|
committer | Hakim El Hattab <hakim.elhattab@gmail.com> | 2012-08-30 01:09:24 -0400 |
commit | dc9b93a533d66834687e3360379c85e2482a1a77 (patch) | |
tree | 8d65b3ff492877061a7727978c124a87f4bfc352 /css/theme/simple.css | |
parent | 90f343e5bddb663f061a2c2f40eac352b52601b8 (diff) | |
download | freenode-live-2017-presentation-dc9b93a533d66834687e3360379c85e2482a1a77.tar freenode-live-2017-presentation-dc9b93a533d66834687e3360379c85e2482a1a77.tar.gz |
tweaks to the simple theme
Diffstat (limited to 'css/theme/simple.css')
-rw-r--r-- | css/theme/simple.css | 20 |
1 files changed, 3 insertions, 17 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'); - - font-weight: normal; - font-style: normal; -} +@import url(http://fonts.googleapis.com/css?family=News+Cycle:400,700); + /********************************************* * 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 |