主题
Untitled string in Mermaid Config Schema
txt
https://mermaid.js.org/schemas/config.schema.json#/$defs/UsecaseDiagramConfig/properties/actorFontFamily演员标签的字体系列。逐字写入到内联 CSS 自定义属性中,因此可能出现的字符 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"