| 1 | <?xml version="1.0" encoding="UTF-8"?>
|
|---|
| 2 | <!DOCTYPE fontconfig SYSTEM "fonts.dtd">
|
|---|
| 3 | <fontconfig>
|
|---|
| 4 | <match target="pattern">
|
|---|
| 5 | <test qual="any" name="family"><string>monospace</string></test>
|
|---|
| 6 | <edit name="family" mode="prepend" binding="weak"><string>Noto Color Emoji</string></edit>
|
|---|
| 7 | </match>
|
|---|
| 8 | <match target="pattern">
|
|---|
| 9 | <test qual="any" name="family"><string>serif</string></test>
|
|---|
| 10 | <edit name="family" mode="prepend" binding="weak"><string>Noto Color Emoji</string></edit>
|
|---|
| 11 | </match>
|
|---|
| 12 | <match target="pattern">
|
|---|
| 13 | <test qual="any" name="family"><string>sans-serif</string></test>
|
|---|
| 14 | <edit name="family" mode="prepend" binding="weak"><string>Noto Color Emoji</string></edit>
|
|---|
| 15 | </match>
|
|---|
| 16 |
|
|---|
| 17 | </fontconfig>
|
|---|