04.12.2024, 11:49
Use inspector in browser dev tools (F12) to find CSS classes for relevant elements.
This example changes the font for the level/plan menu.
This example changes the font for the level/plan menu.
Code:
.tree-view {
font-family: Monospace;
}