- From: Erik van der Poel <erik@netscape.com>
- Date: Fri, 04 Feb 2000 13:16:25 -0800
- To: Karlsson Kent - keka <keka@im.se>
- CC: www-font@w3.org
> > > > BODY { font-family: Verdana; font-size-adjust: first-avail; } > > "first-avail" means nobody knows which ratio, or which size, one > finally gets. Naaa. The idea is to present a UI to the user, which allows them to select default font faces and sizes. That UI could also show what the text would look like if they selected those faces and sizes. So the user would definitely know what was selected. They might not know the exact ratio, but the implementation can figure that out. The user style sheet might then include something like: BODY { font-family: Verdana; font-size: 16px; font-size-adjust: first-avail; } Maybe it's more appropriate to say :root than BODY. Erik
Received on Friday, 4 February 2000 16:20:38 UTC