mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-03 23:36:43 +02:00
Fix
This commit is contained in:
Binary file not shown.
@@ -11,7 +11,7 @@ const weights = {
|
|||||||
900: 'heavy',
|
900: 'heavy',
|
||||||
950: 'extraBlack'
|
950: 'extraBlack'
|
||||||
};
|
};
|
||||||
const fallbacks = ['Noto-Regular', 'Noto-CJK'];
|
const fallbacks = ['Noto-Regular', 'Symbola', 'Noto-CJK'];
|
||||||
|
|
||||||
module.exports = class Font {
|
module.exports = class Font {
|
||||||
constructor(path, filename, metadata) {
|
constructor(path, filename, metadata) {
|
||||||
|
|||||||
Reference in New Issue
Block a user