aboutsummaryrefslogtreecommitdiff
path: root/src/templates/base.html
diff options
context:
space:
mode:
Diffstat (limited to 'src/templates/base.html')
-rw-r--r--src/templates/base.html6
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%;