aboutsummaryrefslogtreecommitdiffhomepage
path: root/css
diff options
context:
space:
mode:
authorOwen Versteeg2012-08-05 23:46:33 -0300
committerOwen Versteeg2012-08-05 23:46:33 -0300
commit9d7d8fec99f882935a6e47f3368cce33f69fd21f (patch)
treed0bdccd35e982a35d854575131535bbd64048d63 /css
parent51a15b840a099f16e21a3ab5d3907bccf9b01fb0 (diff)
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.
Diffstat (limited to 'css')
-rw-r--r--css/main.css2
1 files changed, 1 insertions, 1 deletions
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;