- From: Håkon Wium Lie <howcome@opera.com>
- Date: Tue, 28 Aug 2007 08:32:30 +0200
- To: www-style@w3.org
Alistapart has just publihed an article that describes the potential of web fonts in combination with TrueType. http://www.alistapart.com/articles/cssatten It also contains a small proposal for using media queries to check for web fonts support: h1 { font-family: "Trebuchet MS", sans-serif; letter-spacing: 0.1em; } @media all and (web-fonts: "truetype") { h1 { font-family: "Primer Apples", sans-serif; letter-spacing: 0.2em; } } Cheers, -h&kon Håkon Wium Lie CTO °þe®ª howcome@opera.com http://people.opera.com/howcome
Received on Tuesday, 28 August 2007 06:32:44 UTC