Does the font-stretch attribute actually work? I've tried with no success.
Here is an excerpt from my stylesheet:
h1 {
font-family: <?php echo $fontfamily ?>;
font-size: <?php echo $cookie->fontsize; ?>;
font-stretch: ultra-expanded;
}
Here is the code reference:
<a name="#WY"><a name="#F1" alt="bighorn national forest"><b><h1>BIGHORN NATIONAL FOREST</h1></b>
Interestingly enough, the following page supposedly illustrates this expansion/contraction function but it doesn't work!
http://www.w3.org/Style/Examples/007/fonts.html
I've tried both IE and Foxfire and get the same disappointing results. Any insight into this would be much appreciated...
-Jeff
|