The Half-Way Point
I’m just about at the half way point with the project I’m working on now. I love this point. It’s just after all the major pieces have fallen into place, and it’s a great feeling to see the site come together from a flat image that is the design, to an interactive working site. Now comes the hard part though. Adding all the layers that get the site working. Such as the interface that lets the client edit all the information stored in the database; and implementing a new-ish feature for the first time (we’re potentially going to be using @font-face). Then, testing, testing and more testing. Oh the joys that are in store for me.
@font-face allows for the use of many fonts on the web, instead of the traditional model where the only fonts we could use were the ones installed on the viewer’s computer and therefor narrowed the list of usable fonts down to a handful that are the common denominator on all computers. Now, we are able to access a font file on the internet instead of the user’s computer. Of course, it’s not that simple though, because people work hard to design their fonts and don’t want them to be given away for free. So while we can’t use just any font, there are a lot more available.
Further reading:
- Safe to Use @font-face Yet? – Develop Daly (Jan. 2010)
- CSS @ Ten: The Next Big Thing – A List Apart (Aug. 2007)
- @font-face browser support – Webfonts.info
- @font-face Generator – Font Squirrel
Tags: @font-face, CSS
February 26th, 2010 at 8:23 am
new features in css 3, right?
it’s amazing