From 2fc6aaf00f33a42a1ab8ef0cfaabeb2900cb9808 Mon Sep 17 00:00:00 2001 From: Hunter Kvalevog Date: Wed, 22 Apr 2026 23:11:11 -0500 Subject: --- themes/hugo-xmin/static/css/fonts.css | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'themes/hugo-xmin/static/css/fonts.css') diff --git a/themes/hugo-xmin/static/css/fonts.css b/themes/hugo-xmin/static/css/fonts.css index 7d38280..8f5a82c 100644 --- a/themes/hugo-xmin/static/css/fonts.css +++ b/themes/hugo-xmin/static/css/fonts.css @@ -1,8 +1,7 @@ body { - font-family: Arial,sans-serif, Georgia, Serif; - font-size: 13px; + font-family: Georgia, "Times New Roman", serif; + font-size: 16px; } code { - font-family: monospace; - font-size: 100%; + font-family: ui-monospace, "SF Mono", Consolas, monospace; } -- cgit v1.2.3