diff options
author | Andrew Murrell <merl@neo.andrewdm.me> | 2017-01-19 22:48:21 +0000 |
---|---|---|
committer | Andrew Murrell <merl@neo.andrewdm.me> | 2017-01-19 22:48:21 +0000 |
commit | d0a4964379b5c46df7a8eeaac48123a70e6d74e3 (patch) | |
tree | 60a26f8c0999dcfa9f07f98cb85ba34359aac86a | |
parent | d00bf3265f192c93b0a15c8ac22cb11f8b10ccb8 (diff) |
Wrong font-family.
-rw-r--r-- | src/main.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.scss b/src/main.scss index 8374eee..990891d 100644 --- a/src/main.scss +++ b/src/main.scss @@ -160,7 +160,7 @@ body.dnd { /* This bit mostly taken from the defaults of org-mode export */ article { - font-family: Times, serif; + font-family: Baskerville, "Goudy Old Style", "Palatino", "Book Antiqua", "Warnock Pro", serif; font-size: 12pt; table { |