Browse Source

tweaks to the simple theme

Hakim El Hattab 11 years ago
parent
commit
dc9b93a533
1 changed files with 3 additions and 17 deletions
  1. 3 17
      css/theme/simple.css

+ 3 - 17
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