diff options
| author | mjkwiatkowski <mati.rewa@gmail.com> | 2025-12-21 12:28:33 +0100 |
|---|---|---|
| committer | mjkwiatkowski <mati.rewa@gmail.com> | 2025-12-21 12:28:33 +0100 |
| commit | a96d8ec708500b10cf48298213922b7dc0398d9a (patch) | |
| tree | c8c180e06bee1e81effb3f8f9085c7edd9093630 /static/css/fonts.css | |
| parent | 87370a6c7d891a30d6a50ed66ac98feda5a63817 (diff) | |
refactor: moved files from themes to layouts and static
Diffstat (limited to 'static/css/fonts.css')
| -rw-r--r-- | static/css/fonts.css | 7 |
1 files changed, 7 insertions, 0 deletions
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"); +} + |
