diff options
| author | Hunter Kvalevog <hunter@kvog.sh> | 2025-09-11 21:12:26 -0500 |
|---|---|---|
| committer | Hunter Kvalevog <hunter@kvog.sh> | 2025-09-11 21:12:26 -0500 |
| commit | 039a2f2755e0115b0339fea56d97fd90c4bbc951 (patch) | |
| tree | f9c410ca8d06efeec9d2db16d3c7f34b9c1d3b28 /themes/hugo-xmin/static/css/fonts.css | |
Diffstat (limited to 'themes/hugo-xmin/static/css/fonts.css')
| -rw-r--r-- | themes/hugo-xmin/static/css/fonts.css | 8 |
1 files changed, 8 insertions, 0 deletions
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%; +} |