From: Owen Versteeg Date: Mon, 6 Aug 2012 02:46:33 +0000 (-0300) Subject: added small fallback for non-font-face browsers X-Git-Tag: 2.0.0~48^2 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=9d7d8fec99f882935a6e47f3368cce33f69fd21f;p=reveal.js.git 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. --- 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;