From d5bf12275c0c84f02e73e321f09389649b515d54 Mon Sep 17 00:00:00 2001 From: Hakim El Hattab Date: Mon, 4 Mar 2013 16:37:15 -0500 Subject: better choice of fallback fonts (closes #328) --- css/theme/template/settings.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'css/theme/template') 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; -- cgit v1.2.3