From e12c0d23ad72ffa9389d90311453db535f57e450 Mon Sep 17 00:00:00 2001 From: Martin Ashby Date: Mon, 4 Mar 2024 16:24:45 +0000 Subject: Prepare to move to zine static site generator instead of hugo https://zine-ssg.io/documentation/ --- static/css/fonts.css | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 static/css/fonts.css (limited to 'static/css/fonts.css') diff --git a/static/css/fonts.css b/static/css/fonts.css new file mode 100644 index 0000000..8ffcecd --- /dev/null +++ b/static/css/fonts.css @@ -0,0 +1,7 @@ +body { + font-family: Optima, Candara, Calibri, Arial, sans-serif; +} +code { + font-family: "Lucida Console", Monaco, monospace; + font-size: 85%; +} -- cgit v1.2.3-ZIG