Category Archives: HTML/CSS

Where to Download Google Fonts

I recently made a post titled “Web-safe Fonts the Google Way” regaurding an extended list of fonts for websites that Google is providing via the Google Font Directory. By using a simple CSS technique, Google is offering a great solution … Continue reading »

Posted in HTML/CSS | 3 Comments

Web-safe Fonts the Google Way

If you’ve been designing websites for any amount of time you’ll know that as designers we’re incredibly limited by the list of fonts we’re allowed to use. These fonts are called “web-safe fonts” and their classification comes from their wide-existence … Continue reading »

Posted in HTML/CSS | 2 Comments

IE6 alpha PNG support made easy

Not sure if there’s another solution out there that’s this easy but this gets the job done… labs.unitinteractive.com/unitpngfix.php All you have to write is: <!–[if lt IE 7]><script type=”text/javascript” src=”unitpngfix.js”></script><![endif]–> It takes care of the rest- and it seems to … Continue reading »

Posted in HTML/CSS | Leave a comment