fontconfig: sync config
This commit is contained in:
parent
49f6392c9f
commit
f020fac3d5
@ -2,7 +2,7 @@
|
|||||||
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
|
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
|
||||||
<!--
|
<!--
|
||||||
env
|
env
|
||||||
Written in 2021 by Lucas
|
Written in 2021-2022 by Lucas
|
||||||
CC0 1.0 Universal/Public domain - No rights reserved
|
CC0 1.0 Universal/Public domain - No rights reserved
|
||||||
|
|
||||||
To the extent possible under law, the author(s) have dedicated all
|
To the extent possible under law, the author(s) have dedicated all
|
||||||
@ -20,6 +20,7 @@ Dedication along with this software. If not, see
|
|||||||
<family>IBM Plex Mono</family>
|
<family>IBM Plex Mono</family>
|
||||||
<family>DejaVu Sans Mono</family>
|
<family>DejaVu Sans Mono</family>
|
||||||
<family>M+ 1m</family>
|
<family>M+ 1m</family>
|
||||||
|
<family>Noto Color Emoji</family>
|
||||||
</prefer>
|
</prefer>
|
||||||
</alias>
|
</alias>
|
||||||
<alias>
|
<alias>
|
||||||
@ -28,6 +29,7 @@ Dedication along with this software. If not, see
|
|||||||
<family>IBM Plex Sans</family>
|
<family>IBM Plex Sans</family>
|
||||||
<family>DejaVu Sans</family>
|
<family>DejaVu Sans</family>
|
||||||
<family>M+ 1p</family>
|
<family>M+ 1p</family>
|
||||||
|
<family>Noto Color Emoji</family>
|
||||||
</prefer>
|
</prefer>
|
||||||
</alias>
|
</alias>
|
||||||
<alias>
|
<alias>
|
||||||
@ -36,29 +38,10 @@ Dedication along with this software. If not, see
|
|||||||
<family>IBM Plex Serif</family>
|
<family>IBM Plex Serif</family>
|
||||||
<family>DejaVu Serif</family>
|
<family>DejaVu Serif</family>
|
||||||
<family>M+ 1p</family>
|
<family>M+ 1p</family>
|
||||||
|
<family>Noto Color Emoji</family>
|
||||||
</prefer>
|
</prefer>
|
||||||
</alias>
|
</alias>
|
||||||
|
|
||||||
<!-- Emoji fallback -->
|
|
||||||
<match>
|
|
||||||
<test name="family"><string>monospace</string></test>
|
|
||||||
<edit name="family" mode="prepend">
|
|
||||||
<string>Noto Color Emoji</string>
|
|
||||||
</edit>
|
|
||||||
</match>
|
|
||||||
<match>
|
|
||||||
<test name="family"><string>sans-serif</string></test>
|
|
||||||
<edit name="family" mode="prepend">
|
|
||||||
<string>Noto Color Emoji</string>
|
|
||||||
</edit>
|
|
||||||
</match>
|
|
||||||
<match>
|
|
||||||
<test name="family"><string>serif</string></test>
|
|
||||||
<edit name="family" mode="prepend">
|
|
||||||
<string>Noto Color Emoji</string>
|
|
||||||
</edit>
|
|
||||||
</match>
|
|
||||||
|
|
||||||
<!-- whitelist bitmaps font -->
|
<!-- whitelist bitmaps font -->
|
||||||
<selectfont>
|
<selectfont>
|
||||||
<acceptfont>
|
<acceptfont>
|
||||||
|
Loading…
Reference in New Issue
Block a user