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.
master
Owen Versteeg 2012-08-05 23:46:33 -03:00
parent 51a15b840a
commit 9d7d8fec99
1 changed files with 1 additions and 1 deletions

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