Wondering how to use Google Web Font in A Blogger.You may not wonder if you use Blogger Default Template as we can browser several font using Template Designer.But What if you are using Layout Template.Yep there is way to use Google Font by embedding it.To use Google Font kindly follow this.
- Go to Google Font API and click on start choosing font.
- From the Giant collection of Font select a dream font you wish to add it.
- Click on Quick Use.
- Scroll the page you can see font link codes like this
- You can see the code like this
- Copy the code by adding
</link>
tag at last - Don’t close that Window
- From new Tab add that code in
</head>
(Blogger Dashboard>Template>Edit HTML ) - Then again scroll the page of Google Custom API you can see Integrate the fonts into your CSS:
- Copy that code now its time to use them
- To use it just add css declaration.For example we add Sidebar title with that font then just find sidebar h2 and add font……… after { .i.e
- Bye.Enjoy
<link href='http://fonts.googleapis.com/css?family=Great+Vibes' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Great+Vibes' rel='stylesheet' type='text/css'></link>
font-family: 'Great Vibes', cursive;
.sidebar h2 { font-family: 'Great Vibes', cursive; more here... }
Subscribe for free
Thanks for visiting Blogger Rounder.We can subscribe to Blogger Rounder's by RSS feed or email updates.
0 comments on "Integrating Google Font in Blogger.":
Post a Comment
We Love To Hear Comments from You.Comments are Welcome.You can comment here regarding this Post.If it is not related with the post you can ask a question by Contacting Us.Before Comment Please Subscribe To our RSS or email updates.Publishing Spam Comment is Not allowed.If you want to Add Code then Please Encode it.
Simple Tags like <a> ,<strong>,<b>,<em> and <i> are allowed for preventing spam