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/source/simple.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'css/theme/source/simple.scss') diff --git a/css/theme/source/simple.scss b/css/theme/source/simple.scss index 713ab44..a9c4000 100644 --- a/css/theme/source/simple.scss +++ b/css/theme/source/simple.scss @@ -20,7 +20,7 @@ // Override theme settings (see ../template/settings.scss) -$mainFont: 'Lato', Times, 'Times New Roman', serif; +$mainFont: 'Lato', sans-serif; $mainColor: #000; $headingFont: 'News Cycle', Impact, sans-serif; $headingColor: #000; -- cgit v1.2.3