From 0b4df3ca5b31872a74ab4be02dda4ae8d8940ac7 Mon Sep 17 00:00:00 2001 From: Pim van Pelt Date: Sun, 4 Aug 2024 18:02:32 +0200 Subject: [PATCH] Copy the fonts from Jekyll ipng.ch --- assets/styles.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/styles.scss b/assets/styles.scss index ddbc0f2..600f682 100644 --- a/assets/styles.scss +++ b/assets/styles.scss @@ -60,7 +60,7 @@ body { overflow-y: scroll; font-size: $base-font-size * 1.0; line-height: $base-line-height * 1.0; - font-family: FreeSerif, serif; + font-family: BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; @media #{$mq-medium} { line-height: $base-line-height*1.0; } }