go back to Comic Code, but fall back to GoMono Nerd Font Mono
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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>
|
||||
Reference in New Issue
Block a user