summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2018-01-14 19:48:30 +0200
committerLars Wirzenius <liw@liw.fi>2018-01-14 19:48:30 +0200
commitb38131324734ee891d6927b459d8dbbdeba73ea3 (patch)
tree261ae1ef325e552cee8764f6d64a67e4a2c983a9
parent56ee61b246733a2b68fa200683229270dc4332e7 (diff)
downloadick.liw.fi-b38131324734ee891d6927b459d8dbbdeba73ea3.tar.gz
Add: choose fonts for things
-rw-r--r--local.css10
1 files changed, 10 insertions, 0 deletions
diff --git a/local.css b/local.css
index b595ab2..24b8d3d 100644
--- a/local.css
+++ b/local.css
@@ -1,3 +1,13 @@
+html {
+ font-family: "Times New Roman", Serif;
+}
+h1, h2, h3, h4, h5, h6 {
+ font-family: "Helvetica", sans-serif;
+}
+code, pre {
+ font-family: "Courier", monospace;
+}
+
table {
border-collapse: collapse;
}