#1767 Add sans-serif to default font settings

This commit is contained in:
Marc Faber
2020-11-17 11:36:34 +01:00
parent 0801047fe6
commit 067f356010
9 changed files with 20 additions and 20 deletions

View File

@@ -5,7 +5,7 @@ const getStyles = () =>
.branch-label {
fill: lightgrey;
color: lightgrey;
font-family: 'trebuchet ms', verdana, arial;
font-family: 'trebuchet ms', verdana, arial, sans-serif;
font-family: var(--mermaid-font-family);
}
`;