diff options
author | Hakim El Hattab | 2013-03-04 16:37:15 -0500 |
---|---|---|
committer | Hakim El Hattab | 2013-03-04 16:37:26 -0500 |
commit | d5bf12275c0c84f02e73e321f09389649b515d54 (patch) | |
tree | 0530284c7b9d26a159c3ec5c179dde3774dd7ca3 /css/theme/template | |
parent | 6a0ce3c5e9db14dfbc6e0b63c7901f423a96f4ea (diff) |
better choice of fallback fonts (closes #328)
Diffstat (limited to 'css/theme/template')
-rw-r--r-- | css/theme/template/settings.scss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/css/theme/template/settings.scss b/css/theme/template/settings.scss index bc9f138..7e9ffd8 100644 --- a/css/theme/template/settings.scss +++ b/css/theme/template/settings.scss @@ -1,11 +1,11 @@ -// Base settings for all themes that can optionally be +// Base settings for all themes that can optionally be // overridden by the super-theme // Background of the presentation $backgroundColor: #2b2b2b; // Primary/body text -$mainFont: 'Lato', Times, 'Times New Roman', serif; +$mainFont: 'Lato', sans-serif; $mainFontSize: 36px; $mainColor: #eee; |