XF 1.4 Change font in navbar?

Heavy

Active member
Hi, I would like to change font in the navigation bar.

How mine looks ATM:
4c0b8413f216e529b9ecd842167b0a0a.png

(Just focus at the font)!!

Wich font i want:
9d680aea31e5062b1fb6690f42d7f79a.png


Anyone that can help me?

Thanks,

Heavy
 
You can set the font in Style Properties -> Header and Navigation -> Navigation Tabs Container

You can set it to uppercase by entering this in the Miscellaneous field:

Code:
text-transform: uppercase;
 
Top Bottom