If you want to use Google Fonts in a Blogger temlpate use this tip.
Google will give you this code to insert in Blogger Temlpate.
<link href='http://fonts.googleapis.com/css?family=Roboto+Slab:400,700&subset=latin,greek' rel='stylesheet' type='text/css'>
This code has 2 errors.
The first is that you have to close the code by using />
and the second that you have to use & instead of &
so our example should be like this:
<link href='http://fonts.googleapis.com/css?family=Roboto+Slab:400,700&subset=latin,greek' rel='stylesheet' type='text/css'/>
No comments:
Post a Comment