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
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