Tuesday, June 28, 2011

How to add Google Fonts to Blogger blog


Fonts are a important part of your blog design, so Im going to show you how simple is to add a new font on your site.

First go and find a font:
http://www.google.com/webfonts

After you got the font which will look something like this:
<link href='http://fonts.googleapis.com/css?family=Nixie+One&v1' rel='stylesheet' type='text/css'>


Now, go to your blog dashboard and click > Design > Edit HTML and paste font code after <head>

Now, its most important step, the code you got need to be edited, because like it is, you can't save template.
You have to place ; after v1 and / before >

So the font code above will look like this:
<link href='http://fonts.googleapis.com/css?family=Nixie+One&v1;' rel='stylesheet' type='text/css'/>


Now you can save your template, but its not finished yet, you should add the font in your CSS, for example if you like to use this font for the header, find this on your CSS

#header h1 {

and replace the font with this one 'Nixie One'

Do the same if you like to edit the post title

.post h3 {

or the sidebar titles

h2 {

Hope now its simple for you to edit your fonts styles.
Share this post:

5 comments:

White Label SEO said...

Great tutorial. Thanks for sharing your thoughts.

sologake said...

It is working i put this code through edit html and it is working .. .. ..

Vertical Jump Bible

ecommerce hosting said...

Thanks for clearing this out. I've been searching ways to change the fonts in my web hosted site until I found this article.

ecommerce hosting said...

Thanks for clearing this out. I've been searching ways to change the fonts in my web hosted site until I found this article.

sologake said...

Its working I tried it by using edit html in blogger ...
Vertical Jump Bible

Post a Comment