tweaks to the simple theme
authorHakim El Hattab <hakim.elhattab@gmail.com>
Thu, 30 Aug 2012 05:09:24 +0000 (01:09 -0400)
committerHakim El Hattab <hakim.elhattab@gmail.com>
Thu, 30 Aug 2012 05:09:24 +0000 (01:09 -0400)
css/theme/simple.css

index 99ed9971579b45fedc6d51d515e9d9c3b0ec22b6..16853be4a2f80352392fbfced6e775a2f553ada4 100644 (file)
  * 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