summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2018-01-14 19:52:06 +0200
committerLars Wirzenius <liw@liw.fi>2018-01-14 19:52:06 +0200
commit31694ba8418609d96c781944f09c4231101b156e (patch)
treeaa06b8239378c1d6c0227f2f09d182f5f2753dcd
parentb38131324734ee891d6927b459d8dbbdeba73ea3 (diff)
downloadick.liw.fi-31694ba8418609d96c781944f09c4231101b156e.tar.gz
Try font change so it's visible
-rw-r--r--local.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/local.css b/local.css
index 24b8d3d..58a8a96 100644
--- a/local.css
+++ b/local.css
@@ -1,8 +1,8 @@
html {
- font-family: "Times New Roman", Serif;
+ font-family: "Courier", Serif;
}
h1, h2, h3, h4, h5, h6 {
- font-family: "Helvetica", sans-serif;
+ font-family: "Courier", sans-serif;
}
code, pre {
font-family: "Courier", monospace;