From 9d7d8fec99f882935a6e47f3368cce33f69fd21f Mon Sep 17 00:00:00 2001 From: Owen Versteeg Date: Sun, 5 Aug 2012 23:46:33 -0300 Subject: [PATCH] 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. --- css/main.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/main.css b/css/main.css index 75af1fc..12cec0a 100644 --- a/css/main.css +++ b/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;