mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-27 06:37:32 +02:00
Add Twemoji font
This commit is contained in:
Binary file not shown.
+1
-1
@@ -11,7 +11,7 @@ const weights = {
|
|||||||
900: 'heavy',
|
900: 'heavy',
|
||||||
950: 'extraBlack'
|
950: 'extraBlack'
|
||||||
};
|
};
|
||||||
const fallbacks = ['Symbola', 'Noto-CJK'];
|
const fallbacks = ['TwitterColorEmoji', '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