Add Twemoji font

This commit is contained in:
Dragon Fire
2024-04-21 15:06:15 -04:00
parent 10b5c95bdb
commit 09de3ed521
2 changed files with 1 additions and 1 deletions
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 = ['TwitterColorEmoji', 'Symbola', 'Noto-CJK'];
module.exports = class Font {
constructor(path, filename, metadata) {