Kendra John Designs

  • Home
  • About
  • Hire Me
  • Printables Index
  • Blog
  • SHOP

How to Use Google Web Fonts in Blogger

By Kendra 27 Comments This content may contain affiliate links.

7 Dec

 

How To Use Google Web Fonts in Blogger

[I originally wrote this post several months ago as a contributor on Somewhat Simple]

Today I want to show you How To Use Google Web Fonts in Blogger. If you haven’t ever checked out Google Web Fonts you need to! Google offers 500+ fonts that are available for web safe use. What does this mean? That you don’t have choose from the 20 font options Blogger offers in the Template Designer. There are hundreds of FREE web safe options available to you! All you had to do is add a few snippets of HTML code to your blog. Let me show you how ….

1. Go to Google Web Fonts and choose which font you would like to use on your blog. Some of my favorites are Josefin Slab, Amatic SC, and Raleway Thin. Have fun! There are hundreds of options! Once you have chosen the font you would like to use click “Quick Use”.

2. Scroll down and look for the code in the blue box. Copy it.

Here is the code for the font I choose.

<link href=’http://fonts.googleapis.com/css?family=Josefin+Sans’ rel=’stylesheet’ type=’text/css’>

4. Login to your Blogger Dashboard > Template > Edit HTML.

3. Click Proceed.

4. Click CRTL F (PC) or COMMAND F (MAC). Find the code <head> and paste the code from the Google Web Fonts site directly below that.

5. ADD </link>  directly after your Google Web Font code. It should look like this >>>

6. Now click CRTL F (pc) or COMMAND F (Mac). Search for the code ]]></b:skin>  right ABOVE that is where you will place the code to tell Blogger which page element you would like to be in your new font. So if I wanted my post titles to be my new font (Josefin Slab) I would paste the following . (Make sure you replace ‘Josefin Slab’ with your font name.)

.post-title {font-family: ‘Josefin Slab’ ; }

if I wanted my blog content (post body) to be my customized font then I would paste (again, replace with your font name)

.post-body {font-family: ‘Josefin Slab’; }

Here is a screen shot of what my HTML looks like >>>

7. Final step – press preview. If you like what you see, SAVE!

This tutorial is based on the Blogger Simple Template. If you have a custom template your coding will vary slightly. If you have questions leave links to your blog in the comments and I will try to point you in the right direction.

Filed Under: Uncategorized

About Kendra

I'm Kendra! I am a graphic designer. I blog about my work, share free printables, graphics, and tips for design with you! Thanks for reading!

« Hey, Mommas! Want to Make some Cash?
Mother Ode »

Comments

  1. Lisa @hoopla palooza says

    12/08/2012 at 5:48 pm

    awww man oh man oh man! you just opened up a whole new world of fun for me! thank you sooooo much :)

    Reply
  2. Jhon says

    12/28/2012 at 4:44 pm

    hello there, i followed your instructions very carefully but it doesnt work for me.
    i used the font Fredoka One.
    thanks :)

    Reply
    • jordi says

      05/19/2013 at 6:33 am

      If helps, Mind the “/” at the end of the link tag because google web fonts doesn’t generate it.

      Reply
    • Alex says

      06/04/2014 at 5:10 am

      It also may not work, try to convert this font code in special characters. Paste it there
      http://web.forret.com/tools/html.asp and use generated one.

      Reply
  3. Samantha says

    02/04/2013 at 11:59 am

    Hello, I just followed all your wonderful instructions but it didn’t work :( Any help?

    Reply
  4. Amanda Schroeder says

    05/03/2013 at 12:12 pm

    Hey Kendra! I appreciate this tutorial. Unfortunately, I cannot figure it out!! I don’t know if it has to do with broken HTML or what’s going on. But I was wondering if you could take a look. I did the steps exactly so i’m not sure what could be going on.

    my site is: weandserendipity.com

    let me know! thanks so much!

    Reply
  5. Muhammad Bux says

    08/21/2013 at 6:54 pm

    Hi Kendra
    I want to add All types of fonts which I want to use in my Blog can you tell me How can I add into my Blog ? guestposter110@gmail.com send me mail on this with description I’d love to recieve

    Reply
  6. Alex Stephens says

    10/20/2013 at 6:27 am

    Brilliant tutorial, however I follow your instructions exactly, but it says I need to add in an ending and it tells me to add it instead of , but when I do it still says its wrong. Any ideas?

    Thanks

    Reply
    • Kendra says

      10/21/2013 at 9:00 pm

      Yes, you might have to add in a tag at the end. Sometimes blogger is a little crazy :) Let me know if you get it to work!

      Reply
  7. Isa Said says

    11/22/2013 at 6:46 am

    Thank you.

    Reply
  8. Lisha says

    11/25/2013 at 7:50 pm

    Dint work for me.. plz help

    Reply
  9. Renjith V K says

    11/29/2013 at 10:33 pm

    Congrts! Awesome article. Its very useful. Am waiting for your next post…
    http://www.meogle.org/2013/11/add-google-web-fonts-blogger-wordpress.html
    Its my article on this same topic.

    Reply
  10. Abhishek Gupta says

    12/09/2013 at 10:51 pm

    Thank you so much! I have been working on changing the font on my blog all week and your website is the one that finally made it “click” for me!!How to Use Google Web Fonts in Blogger Blogs

    Reply
    • Kendra says

      12/09/2013 at 10:56 pm

      I’m so glad!! :)

      Reply
  11. Kendra says

    01/23/2014 at 11:43 pm

    Make sure you add at the end of the code you pasted. Sometimes blogger is funny and you will have to add it again.
    Try that and let me know if it works!

    Reply
  12. FAIDAH MIMBANTAS says

    01/26/2014 at 9:08 pm

    This is AWESOME! COMPLETE and WELL expressed in terms of the step by step process of using it. Thanks for this a lot!

    Reply
  13. Barb says

    02/11/2014 at 5:29 pm

    Thanks. It worked beautifully.

    Reply
  14. Michael K. Stichauf says

    03/24/2014 at 10:32 am

    Hi, I loved the tutorial but it also didn’t work for me. Could it be that I’m using “Dynamic Views” template. I’m so frustrated. I’ve tried 4-5 DIFFERENT tutorials with yours being the easiest and best but I cannot get it to work. I tried the “Courgette” font type for the body. Please help!

    Reply
    • Kendra says

      03/24/2014 at 10:17 pm

      Hi! I’m sorry that it didn’t work for you!
      Yes, It might be because you are using the dynamic views. The coding that you need to do may be slightly different. Also remember that you have to keep the code exactly like it was written. Make sure you don’t erase the ‘Quotation’ marks.

      Reply
  15. cleaners fulham says

    04/23/2014 at 11:15 pm

    Great article.

    Reply
  16. A Coup Sur telecharger le film says

    05/05/2014 at 11:04 pm

    Hi there! I’m at work surfing around your blog from my
    new apple iphone! Just wanted to say I love reading your blog and look forward to all your posts!

    Keep up the outstanding work!

    Feel free to visit my webpage; A Coup Sur telecharger le film

    Reply
  17. Julia says

    05/08/2014 at 6:59 pm

    I just want to say thank you for the hge help! I’ve been looking for this tutorial for a while. Thank you soooo much! God bless you and your family =)

    Reply
    • Kendra says

      05/08/2014 at 8:30 pm

      You’re welcome! Glad I could help!

      Reply
  18. شرکت کرکره برقی says

    11/15/2015 at 8:23 am

    Thanks for finally wriing about >How to Use Google Web Fonts
    in Blogger – Key Lime Digital Designs <Liked it!

    Reply

Trackbacks

  1. 7 free fonts you'll love : Crafting Fingers says:
    04/28/2013 at 9:40 pm

    […] How to use Google Web Fonts on Blogger […]

    Reply
  2. What the Font: Web Fonts vs. Desktop Fonts says:
    11/07/2013 at 5:18 am

    […] a desktop font on a PC install a desktop font on a Mac install a web font on a WordPress.org site install a web font on a Blogger blog use Google Fonts on SquareSpace use Typekit fonts on […]

    Reply
  3. Blogging Tips! - Bloggers Club says:
    04/08/2014 at 12:19 pm

    […] – meaning you can have pretty looking titles without increasing your page loading time much! Here is a great tutorial post for inserting them, I couldn’t have said it better myself. The fonts used above are Poiret One, Codystar and […]

    Reply

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Hi! I’m Kendra. I’m hoping you love cookie dough, celebrating holidays with simple traditions and procrastinating laundry just as much as me!

|| Wife + Mom of 3 kiddos and Graphic Designer ||

Browse By Category

(Formerly Key Lime Digital Designs at keylimedigitaldesigns.com)

Copyright © 2025 · Refined Theme On Genesis Framework · WordPress · Log in