This commit is contained in:
Dragon Fire
2024-05-03 11:29:50 -04:00
parent b0c56a9ba1
commit b5bd45effe
2 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ const weights = {
900: 'heavy',
950: 'extraBlack'
};
const fallbacks = ['Noto-Regular', 'Noto-CJK'];
const fallbacks = ['Noto-Regular', 'Symbola', 'Noto-CJK'];
module.exports = class Font {
constructor(path, filename, metadata) {