Skip to content

Commit

Permalink
don't override apple color emoji
Browse files Browse the repository at this point in the history
  • Loading branch information
leo60228 committed Nov 15, 2024
1 parent ed231f9 commit a571c57
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions pkgs/twemoji-ttf/no-segoe-ui.diff
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
diff --git a/source/75-twemoji.conf b/source/75-twemoji.conf
index 9ef221f..0d68766 100644
index 9ef221f..afcbb8a 100644
--- a/source/75-twemoji.conf
+++ b/source/75-twemoji.conf
@@ -106,16 +106,6 @@
<edit name="family" mode="assign" binding="same"><string>Twemoji</string></edit>
</match>
@@ -101,21 +101,6 @@

This obviously conflicts with other emoji fonts if you have them installed.
-->
- <match target="pattern">
- <test qual="any" name="family"><string>Apple Color Emoji</string></test>
- <edit name="family" mode="assign" binding="same"><string>Twemoji</string></edit>
- </match>
-
- <match target="pattern">
- <test qual="any" name="family"><string>Segoe UI Emoji</string></test>
- <edit name="family" mode="assign" binding="same"><string>Twemoji</string></edit>
Expand Down

0 comments on commit a571c57

Please sign in to comment.