From 18d7af2b35b00f426348ebaf6c01ad6bcdb51cb4 Mon Sep 17 00:00:00 2001 From: James Brooks Date: Tue, 12 Jul 2016 09:18:07 +0100 Subject: [PATCH] Update the font-stack to be apple-system-font --- resources/assets/sass/modules/_variables.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/assets/sass/modules/_variables.scss b/resources/assets/sass/modules/_variables.scss index 3b68fbcc..32ab66cb 100755 --- a/resources/assets/sass/modules/_variables.scss +++ b/resources/assets/sass/modules/_variables.scss @@ -15,7 +15,7 @@ $tooltip-bg: #333 !default; $tooltip-opacity: .9 !default; $base-background-color: #f1f1f1; -$base-font-family: "Open Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif; +$base-font-family: -apple-system, BlinkMacSystemFont, "Open Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif; $base-font-weight: 400; $base-letter-spacing: 0.08em; $base-font-size: 15px;