From 03cb405f20055115436fa0a3475618e8a5b3a1c0 Mon Sep 17 00:00:00 2001 From: Livia Date: Tue, 8 Apr 2025 12:23:53 +0200 Subject: [PATCH] override theme fonts --- static/style/style.css | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 static/style/style.css diff --git a/static/style/style.css b/static/style/style.css new file mode 100644 index 0000000..73c72f0 --- /dev/null +++ b/static/style/style.css @@ -0,0 +1,18 @@ +/* override global font */ +.avenir { + font-family: "IBM Plex Sans", sans-serif; +} + +/* style headings */ +h1, h2 { + font-family: "JetBrains Mono", monospace; + font-weight: 800; + font-style: italic; + text-transform: uppercase; +} + +h1 a { + font-family: "IBM Plex Sans", sans-serif; + font-weight: 800; + font-style: italic; +} \ No newline at end of file