Add color emoji fallback

This commit is contained in:
Dragon Fire
2024-05-03 11:25:10 -04:00
parent e769a9e75d
commit 85935df8b9
3 changed files with 1 additions and 1 deletions
Binary file not shown.
Binary file not shown.
+1 -1
View File
@@ -11,7 +11,7 @@ const weights = {
900: 'heavy',
950: 'extraBlack'
};
const fallbacks = ['Symbola', 'Noto-CJK'];
const fallbacks = ['Noto-Regular', 'Noto-CJK', 'NotoColorEmoji-Regular'];
module.exports = class Font {
constructor(path, filename, metadata) {