From 9ee860805eee57c68c8a5b75697668230a1a7259 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Mon, 27 May 2024 08:33:45 +0300 Subject: [PATCH] assets/main.scss: specify fonts --- assets/main.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/assets/main.scss b/assets/main.scss index 819e19e..4a1659c 100644 --- a/assets/main.scss +++ b/assets/main.scss @@ -2,6 +2,8 @@ # --- +$base-font-family: "Liberation Serif", "Tinos", "Times New Roman", serif; + @import "{{ site.theme }}"; // Declares support for light and dark themes as high as possible