diff options
author | Nick White <git@njw.name> | 2019-10-02 18:04:59 +0100 |
---|---|---|
committer | Nick White <git@njw.name> | 2019-10-02 18:04:59 +0100 |
commit | d76a71eaeae15dc03dd3160d4fc54831780ec03f (patch) | |
tree | 850d30a05d5761fd4f47baebfc7d478d4efdfc15 /static/css/hyde.css | |
parent | fcf2491e2fc6c362845a0cd630365886b4611ee7 (diff) |
Switch from google fonts to EBGaramond served ourselves
Diffstat (limited to 'static/css/hyde.css')
-rw-r--r-- | static/css/hyde.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/static/css/hyde.css b/static/css/hyde.css index bb4a371..2ae0573 100644 --- a/static/css/hyde.css +++ b/static/css/hyde.css @@ -250,6 +250,12 @@ a.sidebar-nav-item:focus { } /* Rescribe */ +body.theme-rescribe { + font-family: Helvetica, Arial, sans-serif; +} .theme-rescribe .sidebar { background-image: url('/marble1.jpg'); } +.theme-rescribe .sidebar-about h1 { + font-family: "EB Garamond Regular", Helvetica, Arial, sans-serif; +} |