Change font to apple-system-body

This commit is contained in:
Maurice Parker 2019-04-26 14:01:47 -05:00
parent 7392d6111a
commit 9c119ee81d

View File

@ -3,7 +3,7 @@ body {
margin-bottom: 20px; margin-bottom: 20px;
margin-left: 20px; margin-left: 20px;
margin-right: 20px; margin-right: 20px;
font-family: -apple-system; font-family: -apple-system-body;
font-size: 18px; font-size: 18px;
} }