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

@ -11,7 +11,7 @@
* {
/* `otf-font-awesome` is required to be installed for icons */
font-family: JetBrainsMono Nerd Font, FontAwesome, Roboto, Helvetica, Arial, sans-serif;
font-family: ComicShannsMono Nerd Font, FontAwesome, Roboto, Helvetica, Arial, sans-serif;
font-size: 13px;
border-radius: 10px;
transition-duration: 0.5s;