From a96d8ec708500b10cf48298213922b7dc0398d9a Mon Sep 17 00:00:00 2001 From: mjkwiatkowski Date: Sun, 21 Dec 2025 12:28:33 +0100 Subject: refactor: moved files from themes to layouts and static --- 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..9985030 --- /dev/null +++ b/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