Merged allowed fonts, added comic sans to font list

This commit is contained in:
Essem 2022-07-26 01:27:02 -05:00
parent 3670a3858e
commit 6a409283af
No known key found for this signature in database
GPG key ID: 7D497397CC3A2A8C
6 changed files with 11 additions and 13 deletions

View file

@ -148,6 +148,8 @@ class ImageCommand extends Command {
return this;
}
static allowedFonts = ["futura", "impact", "helvetica", "arial", "roboto", "noto", "times", "comic sans ms"];
static requiresImage = true;
static requiresText = false;
static textOptional = false;