summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Murrell <merl@neo.andrewdm.me>2017-01-19 22:53:08 +0000
committerAndrew Murrell <merl@neo.andrewdm.me>2017-01-19 22:53:08 +0000
commita2ef25d6bea13596d4c25e25cbe11e8d85a47219 (patch)
treea082f5e6dca4792dbd5632f5086c7825f2a3bd6d
parentca9d37d1d344626707edf483f9a891e6fa3598fb (diff)
Wrong font-family again; for real this time.
-rw-r--r--src/main.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main.scss b/src/main.scss
index fc0015e..1ce7c8d 100644
--- a/src/main.scss
+++ b/src/main.scss
@@ -1,6 +1,7 @@
body {
margin: 0;
padding: 0;
+ font-family: Baskerville, "Goudy Old Style", "Palatino", "Book Antiqua", "Warnock Pro", serif;
}
header {
@@ -51,7 +52,6 @@ header {
a {
padding: 0.2em 1em;
font-size: 40px;
- font-family: Baskerville, "Goudy Old Style", "Palatino", "Book Antiqua", "Warnock Pro", serif;
color: GoldenRod;
text-decoration: none;
@@ -191,7 +191,7 @@ body.dnd {
border: 1pt solid #AEBDCC;
background-color: #F3F5F7;
padding: 5pt;
- font-family: courier, monospace;
+ //font-family: courier, monospace;
font-size: 90%;
overflow:auto;
}