Browse Source

added small fallback for non-font-face browsers

this way things are in Impact; Impact fits much more with the visual style than does the default Arial or Calibri.
Owen Versteeg 12 years ago
parent
commit
9d7d8fec99
1 changed files with 1 additions and 1 deletions
  1. 1 1
      css/main.css

+ 1 - 1
css/main.css

@@ -71,7 +71,7 @@ body {
 	
 	
 	color: #eee;
 	color: #eee;
 	
 	
-	font-family: 'League Gothic', sans-serif;
+	font-family: 'League Gothic', Impact, sans-serif;
 	line-height: 0.9em;
 	line-height: 0.9em;
 	letter-spacing: 0.02em;
 	letter-spacing: 0.02em;