Gravatar

Geoff Evason

Posts Tagged ‘style’

Cool Flash Fonts Delivered By FontBurner

Monday, December 8th, 2008

While trying to provide some more styling options for the wedding website builder I’m working on I came across a very cool and easy to use flash font tool.

FontBurner is essentially a hosted sIFR solution which makes getting cools flash fonts as easy as a simple copy and paste.

To get the headlines in this blog post to be as they are, all I needed to do was paste this code:

 

<link rel="stylesheet" href="http://www.fontburner.com/css/fontburner.css" type="text/css" media="screen" /> 

<link rel="stylesheet" href="http://www.fontburner.com/css/fontburner_print.css" type="text/css" media="print" /> 

<script src="http://www.fontburner.com/fontburner.js" type="text/javascript"></script> 

<script type="text/javascript" src="http://www.fontburner.com/js/white/action_man_extended.php"></script> 

<!-- sIFR fonts delivered by www.fontburner.com -->

 
If you need flash fonts, check them out:

 


My Blog Theme Packaged As A WordPress Theme

Monday, May 12th, 2008

I’ve made my blog theme into a wordpress theme that others can now use. It’s packaged as a zip file which you can download here. If you aren’t familiar with wordpress themes, here is how you install a wordpress theme

The downloadable theme has 3 color variations. You’ll need to know the basics of CSS in order to change the color. Just edit the styles.css file to uncomment the color section you want.

If you want to add your own background, here is a great article on simple web design from scratch (which is where I got the idea for my theme)