From 4048d79e136255365bc2580222886e3eaa1c716b Mon Sep 17 00:00:00 2001 From: Maurice Parker Date: Sun, 24 Nov 2019 11:21:00 -0600 Subject: [PATCH] Specify header font again. Issue #1335 --- iOS/Resources/styleSheet.css | 1 + 1 file changed, 1 insertion(+) diff --git a/iOS/Resources/styleSheet.css b/iOS/Resources/styleSheet.css index 1b44588d3..a95e21bc3 100644 --- a/iOS/Resources/styleSheet.css +++ b/iOS/Resources/styleSheet.css @@ -67,6 +67,7 @@ body .headerTable { border-bottom: 1px solid var(--header-table-border-color); } body .header { + font: -apple-system-body; color: var(--header-color); } body .header a:link, body .header a:visited {