Fixes after verification, font-family set to label of transitions in statediagram

This commit is contained in:
Knut Sveidqvist 2019-10-19 14:43:26 +02:00
parent dc88e7a2c2
commit 7adb80b35b
1 changed files with 2 additions and 0 deletions

View File

@ -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);
}