14 messages in org.css-discuss.lists.css-d[css-d] font-family font sizes
FromSent OnAttachments
David SharpApr 24, 2007 3:07 am 
Simon WhiteApr 24, 2007 3:30 am 
Philippe WittenberghApr 24, 2007 3:54 am 
David SharpApr 24, 2007 10:50 pm 
Jukka K. KorpelaApr 25, 2007 2:57 pm 
Philippe WittenberghApr 25, 2007 4:53 pm 
Jukka K. KorpelaMay 17, 2007 2:44 pm 
Philippe WittenberghMay 17, 2007 7:03 pm 
Bruno FassinoMay 18, 2007 4:25 am 
Jukka K. KorpelaMay 18, 2007 8:03 am 
Jukka K. KorpelaMay 28, 2007 11:07 am 
Lori LayMay 28, 2007 1:37 pm 
Jukka K. KorpelaMay 28, 2007 1:54 pm 
Philippe WittenberghMay 28, 2007 5:19 pm 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:[css-d] font-family font sizesActions...
From:Jukka K. Korpela (@)
Date:May 17, 2007 2:44:22 pm
List:org.css-discuss.lists.css-d

On Thu, 26 Apr 2007, Philippe Wittenbergh wrote:

font-size-adjust works on the first specified font-family in the stylesheet.

You know that the value for Verdana is 0.58 [1]. You specify that. If you have 'Verdana', no problems arise, as you say. If 'Verdana' is not available, the size of the font that is actually used will be enlarged or reduced to match the aspect value of 'Verdana'.

I'm returning to this discussion we had a few weeks ago, since I learned a lot from it but did not quite get some specifics.

It seems that font-size-adjust helps in some sizing issues on Firefox 2 (Windows) and does not hurt when it does not work, so it's reasonable to use it fairly often. Moreover, the new sans-serif fonts in Vista seem to have fairly small aspect ratios, so that there will be some problems when you write, say, font-family: Calibri, Arial, sans-serif;

The only problem I have atm is finding the aspect value for a given font. The font contains that information, but I haven't found an utility to tell me that value, nor any resource for it - especially for fonts I don't have.

This sounds like an odd situation. Are we all expected to find out such things by ourselves? I guess I can get to sufficiently accurate results by, say, using to copies of letter "x" side by side, one in Verdana in a very large font size, the other in the font being investigated. Then I can tune the font size of the latter "x" so that the x's are equally tall, and then I simply divide the font sizes and multiply the result by 0.58. But this is rather clumsy and boring.