From aa5eb42321dd44f4dae67f42f75c8bb116739a15 Mon Sep 17 00:00:00 2001 From: Aadil Ayub Date: Wed, 26 Jan 2022 17:37:40 +0500 Subject: [PATCH] add sans-serif fallback for font --- themes/lumbung-theme/static/css/main.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/lumbung-theme/static/css/main.css b/themes/lumbung-theme/static/css/main.css index 2c35fe3..97ca092 100644 --- a/themes/lumbung-theme/static/css/main.css +++ b/themes/lumbung-theme/static/css/main.css @@ -53,7 +53,7 @@ body { font-size: 21px; - font-family: Gudea; + font-family: Gudea, sans-serif; margin: 0; /* pushes footer to bottom */ @@ -875,4 +875,4 @@ footer a:hover { .single .h-entry img { object-fit: contain; -} \ No newline at end of file +}