Changeset View
Changeset View
Standalone View
Standalone View
files/66-noto-color-emoji.conf
- This file was added.
| <?xml version="1.0" encoding="UTF-8"?> | |||||
| <!DOCTYPE fontconfig SYSTEM "fonts.dtd"> | |||||
| <!-- | |||||
| Set Noto Color Emoji as fallback for Noto family | |||||
| --> | |||||
| <fontconfig> | |||||
| <match target="scan"> | |||||
| <test name="family"><string>Noto Color Emoji</string></test> | |||||
| <edit name="charset" mode="assign"> | |||||
| <minus> | |||||
| <name>charset</name> | |||||
| <charset><range> | |||||
| <int>0x0000</int> | |||||
| <int>0x00FF</int> | |||||
| </range></charset> | |||||
| </minus> | |||||
| </edit> | |||||
| </match> | |||||
| <match> | |||||
| <test name="family" compare="contains"><string>Noto </string></test> | |||||
| <edit name="family" mode="append" binding="same"> | |||||
| <string>Noto Color Emoji</string> | |||||
| </edit> | |||||
| </match> | |||||
| </fontconfig> | |||||
Copyright © 2015-2021 Solus Project. The Solus logo is Copyright © 2016-2021 Solus Project. All Rights Reserved.