mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-07 08:18:41 +09:00
Fix Twemoji GTK build bustage
Followup to b4e843a.
This commit is contained in:
parent
92d7ea6db6
commit
354ae7ebff
1 changed files with 1 additions and 1 deletions
|
|
@ -242,7 +242,7 @@ gfxPlatformGtk::GetCommonFallbackFonts(uint32_t aCh, uint32_t aNextCh,
|
|||
{
|
||||
if (aNextCh == 0xfe0fu) {
|
||||
// if char is followed by VS16, try for a color emoji glyph
|
||||
aFontList.AppendElement(kFontEmojiOneMozilla);
|
||||
aFontList.AppendElement(kFontTwemojiMozilla);
|
||||
}
|
||||
|
||||
aFontList.AppendElement(kFontDejaVuSerif);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue