From 039a2f2755e0115b0339fea56d97fd90c4bbc951 Mon Sep 17 00:00:00 2001 From: Hunter Kvalevog Date: Thu, 11 Sep 2025 21:12:26 -0500 Subject: --- themes/hugo-xmin/static/css/fonts.css | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 themes/hugo-xmin/static/css/fonts.css (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 new file mode 100644 index 0000000..7d38280 --- /dev/null +++ b/themes/hugo-xmin/static/css/fonts.css @@ -0,0 +1,8 @@ +body { + font-family: Arial,sans-serif, Georgia, Serif; + font-size: 13px; +} +code { + font-family: monospace; + font-size: 100%; +} -- cgit v1.2.3