summaryrefslogtreecommitdiff
path: root/local.css
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2018-01-16 18:33:36 +0200
committerLars Wirzenius <liw@liw.fi>2018-01-16 18:33:36 +0200
commit70c48f9ea38d501ba49097231e318e8017492492 (patch)
treed4b62491e14d3c9564a6cb25114834276f4848d0 /local.css
parent7035d9b0e45e2e4f036e19621acac60909754061 (diff)
downloadick.liw.fi-70c48f9ea38d501ba49097231e318e8017492492.tar.gz
Change: pre, code font options
Diffstat (limited to 'local.css')
-rw-r--r--local.css5
1 files changed, 4 insertions, 1 deletions
diff --git a/local.css b/local.css
index fa14ae9..5820aaf 100644
--- a/local.css
+++ b/local.css
@@ -19,7 +19,10 @@ h1 { font: 200% sans-serif }
h2 { font: bold 150% sans-serif }
h3, h4, h5, h6 { font: bold 100% sans-serif }
body {
- font-family: serif;
+ font-family: serif;
+}
+pre, code {
+ font-family: "Inconsolata", "Courier", monospace;
}