From 11be3389db90dd433e6f8b3d5d7ebe3bea861948 Mon Sep 17 00:00:00 2001 From: Thomas Kuntz Date: Wed, 31 Oct 2018 10:59:29 +0100 Subject: [PATCH] Fix bug on fallback typeface --- app/assets/scss/main.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/scss/main.scss b/app/assets/scss/main.scss index cc0a0bd..29ff355 100644 --- a/app/assets/scss/main.scss +++ b/app/assets/scss/main.scss @@ -5,7 +5,7 @@ html { } body { - font-family: 'Open Sans', 'sans-serif'; + font-family: 'Open Sans', sans-serif; font-size: 16px; }