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>
<link href='http://fonts.googleapis.
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>