diff options
author | Joe <bousset.rudy@gmail.com> | 2022-08-22 16:09:19 +0200 |
---|---|---|
committer | Joe <bousset.rudy@gmail.com> | 2022-08-22 16:09:19 +0200 |
commit | a193094c469033d7e759e04e75d11f97d633e880 (patch) | |
tree | d78a119a6b96b3e1e91492749437403aec8a0070 /.config/fontconfig/fonts.conf | |
parent | update (diff) | |
download | dotfiles-bsd-a193094c469033d7e759e04e75d11f97d633e880.tar.gz dotfiles-bsd-a193094c469033d7e759e04e75d11f97d633e880.tar.bz2 dotfiles-bsd-a193094c469033d7e759e04e75d11f97d633e880.tar.xz dotfiles-bsd-a193094c469033d7e759e04e75d11f97d633e880.tar.zst dotfiles-bsd-a193094c469033d7e759e04e75d11f97d633e880.zip |
update
Diffstat (limited to '.config/fontconfig/fonts.conf')
-rw-r--r-- | .config/fontconfig/fonts.conf | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/.config/fontconfig/fonts.conf b/.config/fontconfig/fonts.conf index c5985b6..f59597e 100644 --- a/.config/fontconfig/fonts.conf +++ b/.config/fontconfig/fonts.conf @@ -4,21 +4,18 @@ <alias> <family>serif</family> <prefer> - <!-- <family>NotoEmoji Nerd Font</family> --> - <family>Ubuntu Nerd Font</family> + <family>NotoSans Nerd Font</family> </prefer> </alias> <alias> <family>sans-serif</family> <prefer> - <!-- <family>NotoEmoji Nerd Font</family> --> - <family>Ubuntu Nerd Font</family> + <family>NotoSans Nerd Font</family> </prefer> </alias> <alias> <family>monospace</family> <prefer> - <!-- <family>NotoEmoji Nerd Font Mono</family> --> <family>mononoki Nerd Font Mono</family> </prefer> </alias> |