mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-12-05 03:54:35 +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;
|
||||
font-size: 10px;
|
||||
font-weight: bold;
|
||||
font-family: 'trebuchet ms', verdana, arial;
|
||||
font-family: var(--mermaid-font-family);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user