summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2018-01-14 20:03:02 +0200
committerLars Wirzenius <liw@liw.fi>2018-01-14 20:03:02 +0200
commit0e86c981df30eda4e05a40bc28de245d92f5bd9e (patch)
treeccefac7cb2ba65cc23dc0920c03b2d65c973f7c6
parent1846c03346b5a0c87b5e84977b4de4c90b50b3fc (diff)
downloadick.liw.fi-0e86c981df30eda4e05a40bc28de245d92f5bd9e.tar.gz
Change: try right fonts
-rw-r--r--local.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/local.css b/local.css
index 6c129c4..1695fc2 100644
--- a/local.css
+++ b/local.css
@@ -1,9 +1,9 @@
html {
- font-family: "Courier", Serif;
+ font-family: "Times New Roman", Serif;
background: red;
}
h1, h2, h3, h4, h5, h6 {
- font-family: "Courier", sans-serif;
+ font-family: "Helvetica", sans-serif;
background: green;
}
code, pre {