PATH:
etc
/
fonts
/
conf.d
<?xml version="1.0"?> <!DOCTYPE fontconfig SYSTEM "urn:fontconfig:fonts.dtd"> <fontconfig> <description>Set substitutions for emoji/math fonts</description> <!-- Keep in sync with 60-generic.conf --> <!-- Emoji --> <!-- System emoji --> <alias binding="same"> <family>Noto Color Emoji</family> <!-- Google --> <default><family>emoji</family></default> </alias> <alias binding="same"> <family>Apple Color Emoji</family> <!-- Apple --> <default><family>emoji</family></default> </alias> <alias binding="same"> <family>Segoe UI Emoji</family> <!-- Microsoft --> <default><family>emoji</family></default> </alias> <alias binding="same"> <family>Twitter Color Emoji</family> <!-- Twitter --> <default><family>emoji</family></default> </alias> <alias binding="same"> <family>EmojiOne Mozilla</family> <!-- Mozilla --> <default><family>emoji</family></default> </alias> <!-- Third-party emoji --> <alias binding="same"> <family>Emoji Two</family> <default><family>emoji</family></default> </alias> <alias binding="same"> <family>JoyPixels</family> <default><family>emoji</family></default> </alias> <alias binding="same"> <family>Emoji One</family> <default><family>emoji</family></default> </alias> <!-- B&W --> <alias binding="same"> <family>Noto Emoji</family> <!-- Google --> <default><family>emoji</family></default> </alias> <alias binding="same"> <family>Android Emoji</family> <!-- Google --> <default><family>emoji</family></default> </alias> <!-- Add language for emoji, to match other emoji fonts. --> <match> <test name="family"> <string>emoji</string> </test> <edit name="lang" mode="prepend"> <string>und-zsye</string> </edit> </match> <match> <test name="lang"> <string>und-zsye</string> </test> <test qual="all" name="family" compare="not_eq"> <string>emoji</string> </test> <!-- Add generic family. --> <edit name="family" mode="append" binding="strong"> <string>emoji</string> </edit> </match> <!-- Math --> <!-- https://en.wikipedia.org/wiki/Category:Mathematical_OpenType_typefaces --> <alias binding="same"> <family>XITS Math</family> <!-- Khaled Hosny --> <default><family>math</family></default> </alias> <alias binding="same"> <family>STIX Two Math</family> <!-- AMS --> <default><family>math</family></default> </alias> <alias binding="same"> <family>Cambria Math</family> <!-- Microsoft --> <default><family>math</family></default> </alias> <alias binding="same"> <family>Latin Modern Math</family> <!-- TeX --> <default><family>math</family></default> </alias> <alias binding="same"> <family>Minion Math</family> <!-- Adobe --> <default><family>math</family></default> </alias> <alias binding="same"> <family>Lucida Math</family> <!-- Adobe --> <default><family>math</family></default> </alias> <alias binding="same"> <family>Asana Math</family> <default><family>math</family></default> </alias> <!-- Add language for math, to match other math fonts. --> <match> <test name="family"> <string>math</string> </test> <edit name="lang" mode="prepend"> <string>und-zmth</string> </edit> </match> <match> <test name="lang"> <string>und-zmth</string> </test> <test qual="all" name="family" compare="not_eq"> <string>math</string> </test> <!-- Add generic family --> <edit name="family" mode="append" binding="strong"> <string>math</string> </edit> </match> </fontconfig>
[-] 45-latin.conf
[open]
[-] 90-synthetic.conf
[open]
[-] 25-unhint-nonlatin.conf
[open]
[+]
..
[-] README
[open]
[-] 49-sansserif.conf
[open]
[-] 40-nonlatin.conf
[open]
[-] 25-no-bitmap-fedora.conf
[open]
[-] 65-fonts-persian.conf
[open]
[-] 60-generic.conf
[open]
[-] 65-nonlatin.conf
[open]
[-] 30-metric-aliases.conf
[open]
[-] 69-unifont.conf
[open]
[-] 80-delicious.conf
[open]
[-] 11-lcdfilter-default.conf
[open]
[-] 20-unhint-small-vera.conf
[open]
[-] 50-user.conf
[open]
[-] 51-local.conf
[open]
[-] 60-latin.conf
[open]
[-] 45-generic.conf
[open]
[-] 10-hinting-slight.conf
[open]
[-] 10-scale-bitmap-fonts.conf
[open]
[-] 48-spacing.conf
[open]