aboutsummaryrefslogtreecommitdiff
path: root/css/theme/template
diff options
context:
space:
mode:
authorHakim El Hattab <hakim.elhattab@gmail.com>2013-03-04 16:37:15 -0500
committerHakim El Hattab <hakim.elhattab@gmail.com>2013-03-04 16:37:26 -0500
commitd5bf12275c0c84f02e73e321f09389649b515d54 (patch)
tree0530284c7b9d26a159c3ec5c179dde3774dd7ca3 /css/theme/template
parent6a0ce3c5e9db14dfbc6e0b63c7901f423a96f4ea (diff)
downloadperl-software-in-gnu-guix-d5bf12275c0c84f02e73e321f09389649b515d54.tar
perl-software-in-gnu-guix-d5bf12275c0c84f02e73e321f09389649b515d54.tar.gz
better choice of fallback fonts (closes #328)
Diffstat (limited to 'css/theme/template')
-rw-r--r--css/theme/template/settings.scss4
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;