mirror of
https://github.com/rydesun/dotfiles.git
synced 2025-12-26 14:44:58 +08:00
Fix fontconfig: emoji fonts
This commit is contained in:
parent
1792f63f88
commit
3f0f68ae25
1 changed files with 14 additions and 1 deletions
|
|
@ -51,7 +51,7 @@
|
|||
<!-- Default emoji fonts -->
|
||||
<match target="pattern">
|
||||
<test name="family">
|
||||
<string>monospace</string>
|
||||
<string>emoji</string>
|
||||
</test>
|
||||
<edit name="family" mode="prepend" binding="strong">
|
||||
<string>Blobmoji</string>
|
||||
|
|
@ -382,4 +382,17 @@
|
|||
</edit>
|
||||
</match>
|
||||
|
||||
<!-- Replace emoji fonts -->
|
||||
<match target="pattern">
|
||||
<test name="family" compare="contains">
|
||||
<string>Noto Color Emoji</string>
|
||||
</test>
|
||||
<test name="prgname" compare="not_eq">
|
||||
<string>firefox</string>
|
||||
</test>
|
||||
<edit name="family" mode="prepend" binding="strong">
|
||||
<string>Blobmoji</string>
|
||||
</edit>
|
||||
</match>
|
||||
|
||||
</fontconfig>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue