Subscribe Free4w RSS Feed

Replace Default Font on Your Blog With Cufón JS

October 14, 2009 | In: Cool Website, Fonts

Replace Default Font on Your Blog With Cufón JS

For some bloggers using WordPress, changing theme is a great pleasure. That’s true, the beautiful themes can give authors and readers a feeling of finding everything new and fresh. But sometimes you have to change default font of WordPress theme for your custom.

If you aren’t a professional in CSS. you must want a simple to change the style of font. Cufón, a cool webtool can help you. On the website you can upload the needed fonts on your desktop to Cufón.

Replace Default Font on Your Blog With Cufón JS

Then Cufón will combine the fonts with JavaScript after clicking Let’s do this. Download the js files and upload them to your hosting of blog. At last type the following code in header.php within the themes folder you are using.

<script src=”(file path)/cufon-yui.js” type=”text/javascript”></script>
<script src=”(file path)/Copperplate_600.font.js” type=”text/javascript”></script>
<script type=”text/javascript”>
Cufon.replace(‘h1′);
</script>

Go to Cufón and have a try



Comment Form