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.css8
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%;
+}