added small fallback for non-font-face browsers
authorOwen Versteeg <stereotypicalapps@live.com>
Mon, 6 Aug 2012 02:46:33 +0000 (23:46 -0300)
committerOwen Versteeg <stereotypicalapps@live.com>
Mon, 6 Aug 2012 02:46:33 +0000 (23:46 -0300)
this way things are in Impact; Impact fits much more with the visual style than does the default Arial or Calibri.

css/main.css

index 75af1fc7fb4ee701892fa684affe2797b5de191d..12cec0ae1fb0e7829778406f2bd4ceaec06c2e61 100644 (file)
@@ -71,7 +71,7 @@ body {
        
        color: #eee;
        
-       font-family: 'League Gothic', sans-serif;
+       font-family: 'League Gothic', Impact, sans-serif;
        line-height: 0.9em;
        letter-spacing: 0.02em;