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.
This commit is contained in:
parent
51a15b840a
commit
9d7d8fec99
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue