Eh, it was better before

This commit is contained in:
Dragon Fire
2024-05-03 11:28:13 -04:00
parent 85935df8b9
commit b0c56a9ba1
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', 'NotoColorEmoji-Regular'];
const fallbacks = ['Noto-Regular', 'Noto-CJK'];
module.exports = class Font {
constructor(path, filename, metadata) {