From 87370a6c7d891a30d6a50ed66ac98feda5a63817 Mon Sep 17 00:00:00 2001 From: mjkwiatkowski Date: Sun, 21 Dec 2025 12:06:52 +0100 Subject: initial commit --- themes/mytheme/static/css/fonts.css | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 themes/mytheme/static/css/fonts.css (limited to 'themes/mytheme/static/css/fonts.css') diff --git a/themes/mytheme/static/css/fonts.css b/themes/mytheme/static/css/fonts.css new file mode 100644 index 0000000..9985030 --- /dev/null +++ b/themes/mytheme/static/css/fonts.css @@ -0,0 +1,7 @@ +@font-face { + font-family: "LM Mono"; + font-weight: normal; + font-style: normal; + src: url("/fonts/latin-modern-mono-regular.otf"); +} + -- cgit v1.2.3