summaryrefslogtreecommitdiff
path: root/themes/hugo-xmin/static/css/fonts.css
diff options
context:
space:
mode:
Diffstat (limited to 'themes/hugo-xmin/static/css/fonts.css')
-rw-r--r--themes/hugo-xmin/static/css/fonts.css7
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;
}