Google made announcement about Font API in Google you can read from here Google Font . How to use Google font api is very easy.
Feature of this font is :
- Support Ie 6
- Host by Google ( big bandwidth and Cache in your browser)
- Using @font-face
- Will have many type of font
How to use in blogger is very easy this is one example I put in blogger :
<link href='http://fonts.googleapis.com/css?family=Lobster' rel='stylesheet' type='text/css'/> <style> h1 { font-family: 'Lobster', arial, serif; } h3 { font-family: 'Lobster', arial, serif; } .post-body { font-family: 'Lobster', arial, serif; } </style>
I use the Font for h1, h3 and post-body class
If you want to change type of the font you can select from here
0 komentar:
Post a Comment