Hey guys! I wanted to change the header font throughout the site to a font that I use in my branding scheme called "Eurostile" and I'm not sure how this is done. I tried to follow this post: http://www.inkthemes.com/community/threads/changing-the-font-through-the-roadfighter-theme.7831/ to be able to at least change the font to Arial and was NOT able to do it. One last question, I have both pro and normal roadfighter installed on my wordpress (by mistake) and when accessing the folders I'm not sure if roadfightertheme or road-fighter is the right folder to make the changes. My website is www.sequentialmac.com Thanks!
Hello, For this issue follow the steps given below. 1. Go to the link http://www.google.com/fonts/ and search your font. 2. Click on the Quick use button. 3. After click, Scroll down the page and copy the font link from the 3rd point of that page as shown in the image given below. and paste it with the import code in the style.css file (Theme directory ->style.css ) as shown in the image given below. and use this font in the Custom CSS code. For example: Paste the code, like given below, in the Custom CSS section. Code: h1,h2,h3,h4,h5,h6{ font-family: noto serif; } This will solve your font issue. Roadfightertheme is the Pro Theme where as Road-fighter is the normal theme.
Hey Piyush, I've done everything you shown here and it is still not changing. Here are some screenshots I did the change in the style sheet: https://www.dropbox.com/s/k4e8d6lkk3rmydx/Screenshot 2014-02-01 10.54.25.png I did the change in the Custom Css: https://www.dropbox.com/s/znnfvcefk3gze42/Screenshot 2014-02-01 10.55.14.png And its not working ... I also tried different syntaxes to see if I had like messed up but nothing worked. Is there something I'm not doing correctly?
Hello, Could you please provide the following information listed below. Thread Link: http://www.inkthemes.com/community/threads/changing-fonts-throughout-theme.10005/ Your Website URL: WordPress Username: WordPress Password: Send this information on our email at [email protected] We will check and try to resolve your issue.
Hello, We have remove the cufon code from the custom.js file (Theme Directory > Js Directory > custom.js ). Now the issue has been resolved. You can check your website.
I hope it is ok to ask another Font related question in here. Now that this change went through (THANK YOU VERY MUCH FOR IT) I had a couple more question. How can I decrease the size that is used for the blog post names? with the theme changes they look gigantic compared to the blog title. Also, the Title and Subtitle that are underneath the main slider are now slightly overlapping and I was wondering if the subtitle could be a little lower and a little smaller. I'm trying to learn some CSS in order to bother you a little less but I thank you for bearing with me. My website is www.sequentialmac.com
Hello, Paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .content-bar .post .post_title a { font-size: 20px; } .featurebox .blog_item h4 { font-size: 18px; } .home-content .page_info h3 { font-size: 18px; margin-top: 20px; } You can change the value of "font-size" and "margin-top" as per your requirement. This will solve your issue.
Still can't change the font which I need. There are several heading on the site I need font-change. I have seen they are including class "cufon cufon-canvas" . Whenever I do,the fonts remain same along with their color. I have attached an image for clarification. Here is a snapshot- http://181.224.137.67/~academy6/wp-content/uploads/2014/08/Academy-Sport-Sturf-.png
Hello, Follow step 2 from below link for making font active: http://www.inkthemes.com/community/...ange-site-title-and-tagline.13420/#post-49851 Follow step 3 for styling font: Find classes of fonts and style fonts through custom CSS. Thanks & Regards Pramod