How to use Custom Fonts using Google Web Font in Blogger

Google Web Fonts is a great feature provided by Google to help the web developer to make their web pages more creative using Hundreds of fonts which doesn't need any hosting or JavaScript. All you have to do is select the fonts which you wish to use in your webpage,
Google Web Fonts will automatically generate a css link which you have to add under <head> section of your webpage.
You can even Download the Fonts. This really helps the developer to design the web layout as image format using the Fonts which gonna be used in the real webpage.
The sample code goes like this
<link href='http://fonts.googleapis.com/css?family=Russo+One' rel='stylesheet' type='text/css'>
 If you wish to use these font in your Blogger page. You have to add / before > else blogger will show error. Remaining things should be same as defined in the Google Web Fonts Page

No comments:

Post a Comment