Friday, September 30, 2011

How to Use Google Font with Blogger Post

Added the following line to your template? If you haven't, Go to Design Tab of you Blog interface and then click the template HTML and Add the following line directly below <head>

<link href='http://fonts.googleapis.com/css?family=Dancing+Script' rel='stylesheet' type='text/css'/>

Next, change your Post Template to:

<span class="post-font-change">
Compose your post here, between these two 'span' tags.
</span>

<style>
.post-font-change {
 font-family: 'Dancing Script', sans-serif !important;
  text-shadow: 6px 6px 6px #ccc;
}
</style>

 
Copyright 2010-12 BloggerpostStyle. All rights reserved.
Themes by Projects IT
Site Meter