fix: wrong font name

This commit is contained in:
jabuxas 2024-09-17 00:52:17 -03:00
parent 68ba91fb59
commit 0cc024e09e

View File

@ -5,7 +5,7 @@
@font-face { @font-face {
font-family: "JetBrainsMono Nerd Font"; font-family: "JetBrainsMono Nerd Font";
src: url("./fonts/JetBrainsMono Nerd Font.ttf") format("truetype"); src: url("./fonts/JetBrains-Mono-Nerd-Font-Complete.ttf") format("truetype");
} }
body { body {