From c65eea156ce391942daa61188b2f9393013af40e Mon Sep 17 00:00:00 2001 From: welpo Date: Sat, 11 Feb 2023 19:26:14 +0100 Subject: [PATCH] =?UTF-8?q?=E2=9C=8F=EF=B8=8F=20fix:=20use=20serif=20as=20?= =?UTF-8?q?fallback?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sass/main.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sass/main.scss b/sass/main.scss index 6fdc3be..66972b8 100644 --- a/sass/main.scss +++ b/sass/main.scss @@ -152,7 +152,7 @@ h5 { } p { - font-family: 'Source Serif Pro', sans-serif; + font-family: 'Source Serif Pro', serif; font-size: 1.2em; }