> From: Scott Haneda
>
> Cept for me, on Windows, Arial Narrow is less narrow than
> normal Arial, OS X pseudo narrows it, but windows is actually
> less condensed.
Scott,
That seems odd, I wonder if you have somehow written the
declaration wrong and gotten the system default sans-serif
in place of the intended Arial Narrow?
I just made a quick test case in a local file and used the
following to see how it looks.
CSS
.arialnarrow {font-family: "Arial Narrow";}
.arial {font-family: arial;}
.sansserif {font-family: sans-serif;}
Markup
<p class="arialnarrow">Text sample here.</p>
<p class="arial">Text sample here.</p>
<p class="sansserif">Text sample here.</p>
This behaved as I would have expected, with Arial Narrow
being very markedly condensed compared to the other two.
What happens if you use Arial Narrow in a productivity
app like a word prcessor? Is it rendered narrower than
Arial in that case?
--
Peter Williams
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/