Browse Source

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.
embed
Owen Versteeg 12 years ago
parent
commit
9d7d8fec99
  1. 2
      css/main.css

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

Loading…
Cancel
Save