Default node text font

This commit is contained in:
ziajka 2017-12-05 10:11:15 +01:00
parent e948954963
commit 72bdeceb20

View File

@ -38,3 +38,7 @@ g.node:hover {
left: 50%; left: 50%;
} }
g.node text {
font-family: Roboto !important;
}