For example
What is Google Font API?
Google font api works with Google font directory, your can browser the fonts in the directory and the Google font api helps you add web fonts to any web page.
How to use Google Font API?
- Browser Google font directory and choose a web font that you like, here I choose Tangerine
- The click "Preview this font" to customize your font in a font previewer
- Copy the code below to <herd> by goning to blogger Design - Edit Html, don't forget the "/", Tangerine could be changed to other font's name.
<link href='http://fonts.googleapis.com/css?family=Tangerine' rel='stylesheet' type='text/css'/>
- You could get the font's CSS code in the Font Previewer like this
- Copy CSS code to Blogger Template Designer - Advanced - Add CSS, apply to review your blog, is the font changed?
For more details, visit Getting Started
No comments:
Post a Comment