summaryrefslogtreecommitdiffstats
path: root/.config/fontconfig
diff options
context:
space:
mode:
authorJoe <bousset.rudy@gmail.com>2022-08-22 16:09:19 +0200
committerJoe <bousset.rudy@gmail.com>2022-08-22 16:09:19 +0200
commita193094c469033d7e759e04e75d11f97d633e880 (patch)
treed78a119a6b96b3e1e91492749437403aec8a0070 /.config/fontconfig
parentupdate (diff)
downloaddotfiles-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')
-rw-r--r--.config/fontconfig/fonts.conf7
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>