Bläddra i källkod

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 år sedan
förälder
incheckning
9d7d8fec99
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      css/main.css

+ 1 - 1
css/main.css

@@ -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;