1
0
Fork 0

fonts: exclude some more codepoints from Source*

This commit is contained in:
tastytea 2022-09-17 16:50:57 +02:00
parent f929faa130
commit 75be1f4ee8
Signed by: tastytea
SSH Key Fingerprint: SHA256:FBkvrOlhq5use1XEttyUGT4bUTDVA1ar9SgIc9P03cM
1 changed files with 8 additions and 4 deletions

View File

@ -39,7 +39,6 @@
</edit>
</match>
<!-- FIXME: Doesn't work -->
<!--
If other fonts contain emoji glyphs, they could interfere and make some
emojis rendered in wrong font (often in black-and-white).
@ -72,9 +71,14 @@
<minus>
<name>charset</name>
<charset>
<int>0x2764</int> <!-- red heart -->
<int>0x2615</int> <!-- hot beverage -->
<int>0x1f4a9</int> <!-- pile of poo -->
<int>0x2611</int> <!-- ☑ -->
<int>0x2615</int> <!-- ☕ -->
<int>0x263a</int> <!-- ☺ -->
<int>0x2713</int> <!-- ✓ -->
<int>0x2714</int> <!-- ✔ -->
<int>0x2764</int> <!-- ♥ -->
<int>0x1f4a9</int> <!-- 💩 -->
<int>0x1f916</int> <!-- 🤖 -->
</charset>
</minus>
</edit>