{"id":2463,"date":"2018-12-07T11:09:32","date_gmt":"2018-12-07T05:39:32","guid":{"rendered":"https:\/\/awpguide.com\/?p=2463"},"modified":"2018-12-16T22:35:31","modified_gmt":"2018-12-16T17:05:31","slug":"change-the-font-in-aspire-pro-theme","status":"publish","type":"post","link":"https:\/\/awpguide.com\/wp-guides\/change-the-font-in-aspire-pro-theme\/","title":{"rendered":"Change The Font In Aspire Pro Theme"},"content":{"rendered":"

A few days back, we have shown you the StudioPress Aspire Pro review<\/a>. It’s one of the best business child themes for Genesis Framework<\/a>. Later that, some of our users got purchased the theme and asked for a simple documentation. We have published it. See the Aspire Pro documentation<\/a>.<\/p>\n

But the Aspire Pro’s font is not a good one. You can see the real effect in the Aspire Pro theme demo. Most folks said it and they wish to change it. In this post, we are going to show you that how to change the font in Aspire Pro theme and use a custom Google font in the theme.<\/p>\n

Aspire Pro WordPress theme is an awesome WordPress theme for affiliate websites and every business websites.<\/p>\n

\"aspire<\/p>\n

Do You Need Plugins?<\/h4>\n

No. It’s pretty simple than you thought. For adding some custom Google fonts, you don’t need to rely on any dedicated plugins.<\/p>\n

Coding Required?<\/h4>\n

A bit.<\/p>\n

Not like adding a widget in WordPress header<\/a>. All we need to do is, edit the header.php file, use some additional CSS<\/a>.<\/p>\n

So, let’s begin.<\/p>\n

How To Change The Font In Aspire Pro Theme?<\/h4>\n

First of all, log in to your WordPress dashboard and make sure that you have installed and activated the Aspire Pro theme in the blog. You can find it from the front end or from the appearance section.<\/p>\n

\"Change<\/p>\n

Now, let’s check one of the published posts.<\/p>\n

\"aspire<\/p>\n

Not looking good isn’t it? When we run a website or blog, we need to attract our website visitors. If the font is not good, they will not able to read the content and start leaving the website.<\/p>\n

Now, let’s change the font to a better one. You can do it via FTP<\/a> or WordPress editor. In my case, I will always choose the default WordPress editor for simple code adding and editing.<\/p>\n

You need to go to the editor and choose the header.php file. If your theme doesn’t have a header.php file, simply download the header.php file from the Genesis Framework<\/a>, upload it to the child theme folder.<\/p>\n

\"aspire<\/p>\n

Selecting The Best Font<\/h4>\n

Now, go to Google fonts<\/a>.<\/p>\n

\"fonts<\/p>\n

Select your favorite font from there. In my case, my favorite one is the Work Sans<\/a>. Simply select the font which you like. There are so many fonts out there.<\/p>\n

\"select<\/p>\n

The font is now selected. They will give you a standard code for embedding the font in your website. Copy the code from there.<\/p>\n

\"work<\/p>\n

Go to the header.php file and paste it in the file. Make sure that you have pasted it just before the <\/head> tag.<\/p>\n

\"google<\/p>\n

That part is done. Now, we need to specify font family. You can do it by editing the style.css file or by adding additional CSS. We recommend you using the additional CSS feature<\/a>.<\/p>\n

Go to the WordPress customizer and additional CSS section. Now, copy and paste the below code to the section.<\/p>\n

\r\nbody {\r\n\tfont-family: 'Work Sans', sans-serif;\r\n\tfont-size: 16px;\r\n\tfont-weight: 400;\r\n}\r\n<\/pre>\n

You can replace the font family, font size, weight with your own requirements. Well, if you need to style your post contents differently, you can use CSS like below.<\/p>\n

\r\n.entry-content {\r\n\tfont-family: 'Work Sans', sans-serif;\r\n\tfont-size: 16px;\r\n\tfont-weight: 400;\r\n}\r\n<\/pre>\n

If you are good with the current styling, simply publish it. Now, check the website contents from the front end. It will show your new font family.<\/p>\n

\"aspire<\/p>\n

If it’s not, this might be an issue with your cache. You need to clear the browser cache or clear WordPress cache if you are using any caching plugins like WP Rocket<\/a>, WP Fastest Cache<\/a> or WP Super Cache<\/a>.<\/p>\n

Conclusion<\/h4>\n

This is how we can change the font in Aspire Pro theme. We hope you found this post helpful and enjoyed the read. If you did, please consider sharing this post with your friends and fellow bloggers on social media. For more related posts, you need to check out our blog section.<\/p>\n

As a Genesis child theme, we will also recommend you the Kreativ Pro<\/a> and Outreach Pro<\/a>. Or check out the best WordPress theme shops<\/a> for finding your best design.<\/p>\n","protected":false},"excerpt":{"rendered":"

A few days back, we have shown you the StudioPress Aspire Pro review. It’s one of the best business child … <\/p>\n

Read more<\/a><\/p>\n","protected":false},"author":1,"featured_media":2466,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"footnotes":""},"categories":[5],"tags":[],"_links":{"self":[{"href":"https:\/\/awpguide.com\/wp-json\/wp\/v2\/posts\/2463"}],"collection":[{"href":"https:\/\/awpguide.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/awpguide.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/awpguide.com\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/awpguide.com\/wp-json\/wp\/v2\/comments?post=2463"}],"version-history":[{"count":0,"href":"https:\/\/awpguide.com\/wp-json\/wp\/v2\/posts\/2463\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/awpguide.com\/wp-json\/wp\/v2\/media\/2466"}],"wp:attachment":[{"href":"https:\/\/awpguide.com\/wp-json\/wp\/v2\/media?parent=2463"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/awpguide.com\/wp-json\/wp\/v2\/categories?post=2463"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/awpguide.com\/wp-json\/wp\/v2\/tags?post=2463"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}