"Text as a user interface"
Evolution of the scale
HTML Headings
Letter Anatomy
Fonts for Multiple Platforms (Jeffrey Zeldman)
body { font-family: "Lucida Grande", Verdana, Lucida, Arial, Helvetica, sans-serif; }
If Verdana were listed first, OS X Macs would display Verdana instead of Lucida Grande.
With the first two fontsLucida Grande and Verdanathe designer has met the needs of nearly all users (Windows and Macintosh users).
body, p, td, th, ul, a { background-color: #fff; color: #000; font-family: "Times New Roman", Garamond, serif; font-size: 12pt; }
<a href="http://www.google.com"> Google <a/>
Google (http://www.google.com) #content a:link:after, #content a:visited:after { content: " (" attr(href) ") "; font-size: 90%; }