Wednesday, October 15, 2008

fonts@websites


FF3 will allow designers to use any font family without the need of images.

read more
at ajaxian.com



CSS:
1.
2. @font-face {
3. font-family: "Bitstream Vera Serif Bold";
4. src: url("http://developer.mozilla.org/@api/deki/files/2934/=VeraSeBd.ttf");
5.}
6.