From 72b848847f12de1dd3bcd628c7d24213f088d0d6 Mon Sep 17 00:00:00 2001 From: Rosa Date: Wed, 27 May 2026 17:29:22 -0400 Subject: join form --- src/templates/base.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/templates/base.html') 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%; -- cgit v1.3.1