font: replace jetbrainsmono with comicshannsmono

This commit is contained in:
Nico 2025-05-03 16:16:01 +10:00
parent 00b03c4e8e
commit e72341c3ea
6 changed files with 6 additions and 6 deletions

View file

@ -26,7 +26,7 @@ SOFTWARE.*/
* {
all: unset;
font-size: 14px;
font-family: "JetBrainsMono Nerd Font";
font-family: "ComicShannsMono Nerd Font";
transition: 200ms;
}