mirror of
https://github.com/rydesun/dotfiles.git
synced 2025-12-26 14:44:58 +08:00
Update fontconfig: emoji fonts
This commit is contained in:
parent
69c2ca399c
commit
1792f63f88
1 changed files with 13 additions and 2 deletions
|
|
@ -20,7 +20,7 @@
|
|||
<edit name="family" mode="prepend" binding="strong">
|
||||
<string>Noto Sans</string>
|
||||
<string>Noto Sans CJK SC</string>
|
||||
<string>Symbols Nerd Font</string>
|
||||
<string>emoji</string>
|
||||
</edit>
|
||||
</match>
|
||||
|
||||
|
|
@ -32,7 +32,7 @@
|
|||
<edit name="family" mode="prepend" binding="strong">
|
||||
<string>Noto Serif</string>
|
||||
<string>Noto Serif CJK SC</string>
|
||||
<string>Symbols Nerd Font</string>
|
||||
<string>emoji</string>
|
||||
</edit>
|
||||
</match>
|
||||
|
||||
|
|
@ -44,6 +44,17 @@
|
|||
<edit name="family" mode="prepend" binding="strong">
|
||||
<string>Iosevka Custom</string>
|
||||
<string>Noto Sans Mono CJK SC</string>
|
||||
<string>emoji</string>
|
||||
</edit>
|
||||
</match>
|
||||
|
||||
<!-- Default emoji fonts -->
|
||||
<match target="pattern">
|
||||
<test name="family">
|
||||
<string>monospace</string>
|
||||
</test>
|
||||
<edit name="family" mode="prepend" binding="strong">
|
||||
<string>Blobmoji</string>
|
||||
<string>Symbols Nerd Font</string>
|
||||
</edit>
|
||||
</match>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue