Canvas doesn't seem to support this

This commit is contained in:
Dragon Fire
2024-04-21 15:09:50 -04:00
parent 09de3ed521
commit 5fd7b88a12
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 = ['TwitterColorEmoji', 'Symbola', 'Noto-CJK'];
const fallbacks = ['Symbola', 'Noto-CJK'];
module.exports = class Font {
constructor(path, filename, metadata) {