diff options
author | Benjamin Chausse <benjamin@chausse.xyz> | 2024-02-04 16:28:01 -0500 |
---|---|---|
committer | Benjamin Chausse <benjamin@chausse.xyz> | 2024-02-04 16:28:01 -0500 |
commit | d44e0a4124e7f7eb7cfbf01d144d07dc3c740d58 (patch) | |
tree | 0ff53e0c3ceb139da90cd8f05850c2d09cdeab6c /.config/fontconfig | |
parent | 32779418b1ae68e5fb86832e6f40cf3eb19d0595 (diff) |
Remove unused fonts from fonts.conf
Diffstat (limited to '.config/fontconfig')
-rw-r--r-- | .config/fontconfig/fonts.conf | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/.config/fontconfig/fonts.conf b/.config/fontconfig/fonts.conf index 0b18be1..7916511 100644 --- a/.config/fontconfig/fonts.conf +++ b/.config/fontconfig/fonts.conf @@ -5,7 +5,6 @@ <family>serif</family> <prefer> <family>CMU Serif Roman</family> - <family>Joy Pixels</family> <family>Noto Color Emoji</family> </prefer> </alias> @@ -21,7 +20,6 @@ <prefer> <family>Vulf Sans</family> <family>Linux Biolinum</family> - <family>Joy Pixels</family> <family>Noto Color Emoji</family> </prefer> </alias> @@ -29,7 +27,6 @@ <family>monospace</family> <prefer> <family>Vulf Mono</family> - <family>Cousine Nerd Font</family> <family>GoMono Nerd Font</family> </prefer> </alias> |