go back to Comic Code, but fall back to GoMono Nerd Font Mono

This commit is contained in:
2026-05-25 23:16:25 +02:00
parent e079eb94e0
commit b92af54ea0
2 changed files with 13 additions and 1 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ dynamic_padding = true
decorations = "Buttonless"
[font]
normal.family = "GoMono Nerd Font Mono"
normal.family = "Comic Code"
size = 12
# Subtle positional tuning
+12
View File
@@ -0,0 +1,12 @@
<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>
<alias>
<family>Comic Code</family>
<prefer>
<family>GoMono Nerd Font Mono</family>
</prefer>
</alias>
</fontconfig>