summaryrefslogtreecommitdiff
path: root/.config/fontconfig
diff options
context:
space:
mode:
authorDavid Luevano Alvarado <55825613+luevano@users.noreply.github.com>2020-11-19 15:04:30 -0700
committerDavid Luevano Alvarado <55825613+luevano@users.noreply.github.com>2020-11-19 15:04:30 -0700
commitc5ae0ce1907166f5c74ad436ee89e5eb3b6faa61 (patch)
treef821bd836435c0046c66fc0f75255be530c710df /.config/fontconfig
parent8fc1cadab5e7269d62a82aaeae6f27973d235596 (diff)
Refix the emojis and DejaVu thingy
Diffstat (limited to '.config/fontconfig')
-rwxr-xr-x.config/fontconfig/fonts.conf6
1 files changed, 5 insertions, 1 deletions
diff --git a/.config/fontconfig/fonts.conf b/.config/fontconfig/fonts.conf
index d6a5004..29c5ede 100755
--- a/.config/fontconfig/fonts.conf
+++ b/.config/fontconfig/fonts.conf
@@ -9,6 +9,7 @@
<family>serif</family>
<prefer>
<family>Noto Serif</family>
+ <family>Noto Color Emoji</family>
<family>Font Awesome 5 Free</family>
<family>Font Awesome 5 Brands</family>
</prefer>
@@ -17,6 +18,7 @@
<family>sans-serif</family>
<prefer>
<family>Noto Sans</family>
+ <family>Noto Color Emoji</family>
<family>Font Awesome 5 Free</family>
<family>Font Awesome 5 Brands</family>
</prefer>
@@ -25,6 +27,7 @@
<family>monospace</family>
<prefer>
<family>Noto Sans Mono</family>
+ <family>Noto Color Emoji</family>
<family>Font Awesome 5 Free</family>
<family>Font Awesome 5 Brands</family>
</prefer>
@@ -34,7 +37,7 @@
! Sorry DejaVu... but you're treadin' on my emoji!
! I've gotta keep you around for package dependency reasons, though.
! Taken from https://github.com/stove-panini/fontconfig-emoji
- !-->
+ ! NOTE: Not really needed anymore because of Nerd Fonts.
<selectfont>
<rejectfont>
<pattern>
@@ -54,4 +57,5 @@
</pattern>
</rejectfont>
</selectfont>
+ !-->
</fontconfig>