badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Reply To: Change my own font at menubar and side bar

#46373

Hi Chaimongkol,

To change the font family for navigation. First Go to Appearance -> Theme Options/Customize -> Webmaster Tools -> Analytics
and paste your font script in the header script box which is given by font integrate service such as Google Web Fonts
Now integrate the font into your CSS Go to Appearance -> Customize/Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save button:

#access a,
#access select { 
	font-family: "your-font-family";
}

Change above text your-font-family with the one you have integrate as mentioned above.

Thank you!