>>>>
don't know if this is will help. please try enclosed index.html and style.css<<<<
Not really. This is Galeon (same as mozilla)
http://mardy.hank.org:5000/italics2.png
And this is konqueror. Why it looks better I'm not sure. But it's probably using the defined fonts instead of the style sheet defined fonts.
http://mardy.hank.org:5000/italics-konqueror.png
If I adjust the fonts in galeon, and instruct it to use those fonts (override the style sheet) then I can get them to look ok. So for some reason the browser (or style sheet) it telling it to use the wrong font.
It would be cool if you could click on text and have the browser tell you what font it's using, the font requested, and the style sheet settings it used to arrive at that font.
Let's see what I have installed...
div.quotation {
font-family: helvetica, arial, verdana, sans-serif;
font-style: italic;
Not exactly sure what all this means. (I know very little of fonts on linux -- I'd like to know more, if anyone does...).
xlsfonts -display :0 | grep italic | wc -l
93
xlsfonts -display :0 | grep italic | grep tt | wc -l
45
xlsfonts -display :0 | grep italic | egrep '(helvetica|arial|verdana|sans-serif)'
-ttf-arial narrow-bold-i-normal-bold italic-0-0-0-0-p-0-iso8859-1
-ttf-arial narrow-medium-i-normal-italic-0-0-0-0-p-0-iso8859-1
-ttf-arial-bold-i-normal-bold italic-0-0-0-0-p-0-iso8859-1
-ttf-arial-bold-i-normal-bold italic-0-0-0-0-p-0-iso8859-1
-ttf-arial-medium-i-normal-italic-0-0-0-0-p-0-iso8859-1
-ttf-verdana-bold-i-normal-bold italic-0-0-0-0-p-0-iso8859-1
-ttf-verdana-medium-i-normal-italic-0-0-0-0-p-0-iso8859-1
So it seems like I have fonts available.
--
Bill Moseley
mailto:[EMAIL PROTECTED]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
