Skip to main content

How To Add and Use Custom Fonts In Blogger And WordPress

Custom web fonts
Blogger provides limited font styles for its users despite the availability of numerous fonts in the google web fonts. It's OK to get tired of the default fonts provided by blogger in the template designer. Also, you might want something girly, chic or fancy either for ads or blog header

There are tons of beautiful fonts online that will bring more life to your posts as well as design. Yes, your fonts can actually make your blog look beautiful.

Good news is, If your desired font is not in the Blogger template designer, you can add fonts to Blogger manually.



The most popular web font directory is Google Font library, which is a greatly utilized by web developers and designers. Unlike most web font sites, the fonts hosted on google are free for personal or commercial purposes and are easily accessible.

To add a font manually to your blog, all you have to do is head over to google web font, and find a preferred font (There are lots of fonts to choose from, don't get confused)


Add custom web fonts to blogger and wordpress
Once you've seen a font you'd want, you can click on its title which will take you to a new window. In the new window, click on “SELECT THIS FONT”.

custom web fonts for blogger and wordpress
You can simply click on the small round button just beside its title. You've selected a font and it will be displayed on a bar at the bottom of your browser window.

Click on the bar at the button of your browser window to show your recently selected font. You will see two fields with an HTML link and CSS code respectively (those are the key to a new font on your blog)

Now Copy the HTML link as seen and navigate to your templates HTML file, search for </head> then paste it just above it and save.
The </head> is found in the header.php file for WordPress users.

Google web fonts implemented
(Do not use the @import method to add a new font in your blog as it will affect your blog).

Important Notice:
Every HTML link must have a proper closing tag so to prevent getting an error message in an attempt to save your template, add this “/” just after stylesheet" and before > thus your HTML link will look like this <link href="https://fonts.googleapis.com/css?family=Bubbler+One" rel="stylesheet"/>

Now that you've added the font to your blog, you need it to come to life and to do that you should change your blog's font family with its CSS code, depending on the font you'd like to change.

For bloggers Using Blogger.com
If you want to change your header font, all you have to do copy your new font's CSS and search for .Header h1 and replace the font-family CSS with the new one. If there is no font family simply paste your copied CSS code.

To change your post title font, simply search for h3.post-title and follow the step above.

To change your post body font, search for .post-body (follow the step above.)

To change your sidebar widget Title
Search for .sidebar h2 (follow the step above.)

To change your blog pager font search for .blog-pager a (follow the step above.)

If you'd rather not go through the stress above simply copy the CSS code below making sure to reply the font with your desired font and pasting it inside the Custom CSS box found in the advanced section of your blogger template editor.

.post-body, h3.post-title, .blog-pager a, .header h1 {
font-family: 'Bubbler One', San-Serif !important;
}

The CSS above with override your current font family.

Save all changes to see the new font on your blog.

Google web fonts
Its very possible to add multiple web fonts to your site. All you have to do is select the Google Fonts needed. They will be combined in one link.


Need more help? A comment should draw my attention to whatever you are facing.

Comments

  1. Cool article, I never knew that was an option before! Changing fonts around can really make a huge difference. Thanks for sharing!

    ReplyDelete
  2. That's really very informative! I'd be back for more. :)

    ReplyDelete
  3. That really good ı can try them on my blog

    ReplyDelete
  4. Didn't know how to do this - now I do! TY!

    ReplyDelete

Post a Comment

Popular posts from this blog

#Day2: Overcoming Procrastination

Have you ever tried getting rid of procrastination but find yourself procrastinating about doing what's needed to be done? # Day2 of my 30 days on a Confused State of Mind. Today, it's about overcoming my biggest struggle, Procrastination. In case you missed #DAY1 Of my Confused State of mind, You can go read it >>>>  Discovering my self-worth 99% of times, I find myself procrastinating but worrying over the fact that I can't fight it! Like whom ever said I couldn't fight it? It's a rough fight and I'm always at the losing end. I feel bad about the fact that I go through this but I'm not ashamed to admit it. Probably spiting it out is one of the ways I've got to fight it. Who Else Rows the Boat? The act of postponing and procrastinating isn't peculiar to me, definitely there are a lot more people out there struggling even worse than I. But it doesn't matter, because we are all birds of a feather!  Obviously, it feels so bad to b...

How To Expand Your Wordpress Ping List

WordPress ping list are indeed useful when you want to extend your blog reach to major search engines. If you are not aware of pinging feature in WordPress, then be aware now! :) When ever you publish, edit or modify a post, WordPress sends ping to all the Ping services which must have been listed under your ping update service. So this way, ping services get notified about new post and search engine will quickly index them. Now by default WordPress notifies all major ping services but we can always extend our limit by pinging more services. adding them manually is an option definitely.  Below is a list of ping services for WordPress , which will help you to ping more services. You can also copy the list from WordPress doc file http://rpc.icerocket.com:10080/ http://blogsearch.google.com/ping/RPC2 http://1470.net/api/ping http://api.feedster.com/ping http://api.moreover.com/RPC2 http://api.moreover.com/ping http://api.my.yahoo.com/RPC2 http://api.my.yahoo.com...

I Hate Captchas, We All Hate Google Recaptcha

A good number of internet users if not all have come across and solved a captcha. Captchas are antibot checkers employed by websites to impede scam and spam. but these captchas are somewhat annoying and the latest and now most popular member of the captcha family, Google recaptcha, keeps popping up here and there in an absolutely unbearable and annoying manner. Solving captchas over the years have become somewhat harder and uncalled-for, especially with the spread and popularity of Google recaptcha. Solving captchas used to be fun and easier when users had to type in words and numbers as seen correctly but now reverse is the case as most websites have began using google recaptcha and recently, in order to have access to some websites, you need to prove that you are human! obnoxious I must say! To avoid getting stressed over selecting all roads, cars or signs, you could simply use Google Chrome browser. It's sickening that out of 10 sites you visit in a day, at...