diff options
Diffstat (limited to 'themes/mytheme/static/css/fonts.css')
| -rw-r--r-- | themes/mytheme/static/css/fonts.css | 7 |
1 files changed, 7 insertions, 0 deletions
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"); +} + |
