Change topic header font

If you want to change the styling of the topic header, here's how you can do it. 

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
.ArticleTitle_container {
font-family: sans-serif;
font-weight: bold;
}