diff options
| author | Rosa <rosaontheweb@proton.me> | 2026-05-27 17:29:22 -0400 |
|---|---|---|
| committer | Rosa <rosaontheweb@proton.me> | 2026-05-27 17:29:22 -0400 |
| commit | 72b848847f12de1dd3bcd628c7d24213f088d0d6 (patch) | |
| tree | e798d978f5cf60fd064d8ef5bf20140760322ac2 /src/templates/base.html | |
| parent | acf46b01985a7f38385101fa6f99f620ddd0252d (diff) | |
join form
Diffstat (limited to 'src/templates/base.html')
| -rw-r--r-- | src/templates/base.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/templates/base.html b/src/templates/base.html index 146a7c9..56c89fc 100644 --- a/src/templates/base.html +++ b/src/templates/base.html @@ -12,15 +12,15 @@ } @font-face { - font-family: 'FiraCode Nerd Font Mono'; + font-family: 'FiraMono Nerd Font Mono'; font-weight: regular; - src: url("/FiraCodeNerdFontMono-Regular.ttf"); + src: url("/FiraMonoNerdFontMono-Regular.otf"); } body { background: black; color: white; - font-family: 'FiraCode Nerd Font Mono', monospace; + font-family: 'FiraMono Nerd Font Mono', monospace; font-size: 11pt; margin-left: 15%; margin-right: 15%; |
