summaryrefslogtreecommitdiff
path: root/local.css
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2018-01-16 18:31:23 +0200
committerLars Wirzenius <liw@liw.fi>2018-01-16 18:31:23 +0200
commit7035d9b0e45e2e4f036e19621acac60909754061 (patch)
tree3ad20d51c05f1fd8083f9584f8d3e70146563a13 /local.css
parentd46c70c2b4b599d934a8ef7e46954cd84dd3de2b (diff)
downloadick.liw.fi-7035d9b0e45e2e4f036e19621acac60909754061.tar.gz
Change: normal font in page body
Diffstat (limited to 'local.css')
-rw-r--r--local.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/local.css b/local.css
index b7161d7..fa14ae9 100644
--- a/local.css
+++ b/local.css
@@ -18,6 +18,10 @@ th, td {
h1 { font: 200% sans-serif }
h2 { font: bold 150% sans-serif }
h3, h4, h5, h6 { font: bold 100% sans-serif }
+body {
+ font-family: serif;
+}
+
/* code formatting */
pre.hl {