How can I change the main menu font style?
I want to change font style to this one
Can you help me with this?
samlin2000 Hi Here is doc to add new web font on T3 based template: https://www.joomlart.com/documentation/joomla-faqs/embed-font#google-font-t3 Use this code to apply font family in custom.css
.navbar-default .navbar-nav > li { font-family: cursive; }
Regards