From 9c119ee81dfe87d553944ef624a4102863d15689 Mon Sep 17 00:00:00 2001 From: Maurice Parker Date: Fri, 26 Apr 2019 14:01:47 -0500 Subject: [PATCH] Change font to apple-system-body --- iOS/Resources/styleSheet.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iOS/Resources/styleSheet.css b/iOS/Resources/styleSheet.css index 3aba41c6a..55f0aa883 100644 --- a/iOS/Resources/styleSheet.css +++ b/iOS/Resources/styleSheet.css @@ -3,7 +3,7 @@ body { margin-bottom: 20px; margin-left: 20px; margin-right: 20px; - font-family: -apple-system; + font-family: -apple-system-body; font-size: 18px; }