diff options
| author | Hunter Kvalevog <hunter@kvog.sh> | 2026-04-22 23:11:11 -0500 |
|---|---|---|
| committer | Hunter Kvalevog <hunter@kvog.sh> | 2026-04-22 23:11:11 -0500 |
| commit | 2fc6aaf00f33a42a1ab8ef0cfaabeb2900cb9808 (patch) | |
| tree | b8528de09abd94ab1f564d3dd4a7b0fcb16cbbd5 /themes/hugo-xmin/static/css/fonts.css | |
| parent | 375a08ddd2c14de08ce4e6d52180300916d53524 (diff) | |
Diffstat (limited to 'themes/hugo-xmin/static/css/fonts.css')
| -rw-r--r-- | themes/hugo-xmin/static/css/fonts.css | 7 |
1 files changed, 3 insertions, 4 deletions
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; } |