From 13a37492ff55c69f0aabea0dad6f7d52a58717bd Mon Sep 17 00:00:00 2001 From: Jared Smith Date: Sat, 6 Aug 2016 08:27:16 -0400 Subject: [PATCH] Use the Apple system font in Chrome, too --- inc/css/responsive-style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/css/responsive-style.css b/inc/css/responsive-style.css index 7ae45d1..943fc9c 100644 --- a/inc/css/responsive-style.css +++ b/inc/css/responsive-style.css @@ -1,5 +1,5 @@ body { - font-family: -apple-system, Helvetica Neue, Roboto, Arial, sans-serif; + font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue, Roboto, Arial, sans-serif; margin: 0 auto; }