Merged allowed fonts, added comic sans to font list
This commit is contained in:
parent
3670a3858e
commit
6a409283af
6 changed files with 11 additions and 13 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue