Can you please explain your problem with the help of screenshot, where you want to change the font and also share the link of your website, so that we can give you the exact solution.
Hi Thank you very much for the quick reply. Actually I just neet how can I change the fonts given in the templates.... as we do for example in word documents.... or if it is possible to make the same in the following web site www.innocid.com our web site is www.innocid-me.com thanks
Go to js > custom.js present in your theme directory and remove the code given below Code: //cufone Cufon.replace({ hover: true })('.add h2')('.reply',{ hover:true })('h1')('h2')('h3')('h4')('h5')('h6')('.add') ; Now, Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: h1,h2,h3,h4,h5,h6,a{ font-family:symbol!important; } p{ font-family:symbol!important; } Inplace of "symbol" put your font type.
You will not get theme directory in your dashboard. You can edit custom.js file through FTP. Open your Theme directory (through FTP) > js Download custom.js file from there, Edit it, Then again upload it.