fix mermaid default font

This commit is contained in:
Robert Kaussow 2020-06-02 21:22:10 +02:00
parent ed3686684d
commit 5eb04b81d2
3 changed files with 7 additions and 12 deletions

View file

@ -112,3 +112,8 @@
}
}
}
// {{< mermaid >}}
.gdoc-mermaid {
font-family: "Liberation Sans", sans-serif;
}