From 082337fdefb3edf5bb4cf7563c390773dd4af4aa Mon Sep 17 00:00:00 2001 From: Jan Jastrow Date: Thu, 28 May 2020 13:00:11 +0200 Subject: [PATCH] Use system font stack instead --- _source/scss/styles.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_source/scss/styles.scss b/_source/scss/styles.scss index b9137cd..9c6e98d 100644 --- a/_source/scss/styles.scss +++ b/_source/scss/styles.scss @@ -7,7 +7,7 @@ body { color: $svg_color; display: flex; flex-direction: column; - font-family: sans-serif; + font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; font-size: 1rem; line-height: 1.5; }