Untitled string in Mermaid Config Schema
txt
https://mermaid.js.org/schemas/config.schema.json#/$defs/UsecaseDiagramConfig/properties/actorFontFamilyFont family for actor labels.
Written verbatim into an inline CSS custom property, so the characters that could terminate a declaration or open a new one are excluded: ;, <, >, (, ), {, }, and \. Quotes, commas, and spaces stay allowed for font stacks such as "Open Sans", sans-serif.
| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Access Restrictions | Defined In |
|---|---|---|---|---|---|---|---|
| Can be instantiated | No | Unknown status | Unknown identifiability | Forbidden | Allowed | none | config.schema.json* |
actorFontFamily Type
string
actorFontFamily Constraints
pattern: the string must match the following regular expression:
javascript
/^[^;<>(){}\\]*$/actorFontFamily Default Value
The default value is:
json
"\"Open Sans\", sans-serif"