Skip to main content

Font Field

type: "font"

A font select based on the system fonts MoBro is running on.

Additional Fields

FieldTypeDescription
defaultValuestring?The optional default value

Example

mobro-widget-config.json
{
"config": [
{
"name": "example",
"label": "Example",
"type": "font"
}
]
}