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