You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ts/emoji-favicon-toolkit.ts
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -82,7 +82,7 @@ export default function set_emoji_favicon(emoji: any, cacheWithServiceWorker?: a
82
82
83
83
// Canvas setup
84
84
canvas.width=canvas.height=size;
85
-
context.font=`normal normal normal ${size}px/${size}px sans-serif`;
85
+
context.font=`normal normal normal ${size}px/${size}px apple color emoji, segoe ui emoji, notocoloremoji, segoe ui symbol, android emoji, emojisymbols, emojione mozilla, sans-serif`;
0 commit comments