mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-03 15:07:42 +02:00
Fix
This commit is contained in:
Binary file not shown.
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user