What is the font used on the homepage menu ? How can I change the fonts used on pages and massages to the homepage menu font ?
None of Inkthemes pages and messages use an editor such as the one I write this message in, one where you can choose 'font family'. I'd like to know what is the font of the homepage menu and if there is a way to use that typeface/font throughout the website on all pages and messages. Thanks in advance.
Gourav Hi, My customer is not happy about the typeface font usedwith this theme. Please tell me how I can change the entire site to a desired font. Thanks.
Go to Js > custom.js present in your theme directory and remove the code given below Code: //Cufon replacement Cufon.replace('h1',{hover: true})('h2',{hover: true})('h3',{hover: true})('h4',{hover: true})('h5',{hover: true})('h6',{hover: true})('.contentbtn')('.content_info')('.readmore',{hover: true})('.submit',{hover: true}); 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.