From d76a71eaeae15dc03dd3160d4fc54831780ec03f Mon Sep 17 00:00:00 2001 From: Nick White Date: Wed, 2 Oct 2019 18:04:59 +0100 Subject: Switch from google fonts to EBGaramond served ourselves --- static/css/hyde.css | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'static/css/hyde.css') 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; +} -- cgit v1.2.1-24-ge1ad