diff options
author | joe <rbo@gmx.us> | 2025-08-12 11:03:27 +0200 |
---|---|---|
committer | joe <rbo@gmx.us> | 2025-08-12 11:03:27 +0200 |
commit | 29457e8131fa51cdd37b398c1ef0ed0777baec74 (patch) | |
tree | b221cd983ce7b72ab27ae1cfe4f3e4d337142f92 /.config | |
parent | blexed medium (diff) | |
download | dotfiles-bsd-29457e8131fa51cdd37b398c1ef0ed0777baec74.tar.gz dotfiles-bsd-29457e8131fa51cdd37b398c1ef0ed0777baec74.tar.bz2 dotfiles-bsd-29457e8131fa51cdd37b398c1ef0ed0777baec74.tar.xz dotfiles-bsd-29457e8131fa51cdd37b398c1ef0ed0777baec74.tar.zst dotfiles-bsd-29457e8131fa51cdd37b398c1ef0ed0777baec74.zip |
up
Diffstat (limited to '')
-rw-r--r-- | .config/fontconfig/fonts.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/fontconfig/fonts.conf b/.config/fontconfig/fonts.conf index 2995bd5..dbced38 100644 --- a/.config/fontconfig/fonts.conf +++ b/.config/fontconfig/fonts.conf @@ -4,13 +4,13 @@ <alias> <family>serif</family> <prefer> - <family>BlexMono Nerd Font</family> + <family>BlexMono Nerd Font Text</family> </prefer> </alias> <alias> <family>sans-serif</family> <prefer> - <family>BlexMono Nerd Font</family> + <family>BlexMono Nerd Font Text</family> </prefer> </alias> <alias> |