How to change the logo, font and the font in the header in posts

How do I change the fonts? Screenshot attached.

Hi @lyapidovkv,

Use this css code:

.navbar-nav > li > a {
font-family:your example;
font-size:your custom value;
}

Thanks,

Cristian