mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-12-06 12:34:20 +01:00
Fixes after verification, font-family set to label of transitions in statediagram
This commit is contained in:
@@ -59,4 +59,6 @@ g.stateGroup line {
|
|||||||
fill: $labelColor;
|
fill: $labelColor;
|
||||||
font-size: 10px;
|
font-size: 10px;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
font-family: 'trebuchet ms', verdana, arial;
|
||||||
|
font-family: var(--mermaid-font-family);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user