Change TOC nodes font

Here's how you can change the default font of the ToC nodes.

How to implement

  1. Add the following CSS code example to your Branding.css.
  2. Change properties or add new ones according to your needs.

CSS Code

CSS
.CHTree_nodeContent {
font-size: 12px;
font-family: monospace;
}