Font Command

This commit is contained in:
Dragon Fire
2021-02-20 11:26:43 -05:00
parent 7f448a7712
commit 4a2c294947
5 changed files with 103 additions and 2 deletions
+4
View File
@@ -40,4 +40,8 @@ module.exports = class Font {
get filenameNoExt() {
return this.filename.replace(/(\.(otf|ttf))$/, '');
}
get isVariant() {
return variants[this.filename];
}
};