sIFR font sizing problems
I'm trying to render a font using sifr to about 160px in size, but it seems to stop expanding anything larger than half of what i require. i've tried setting the font-size in the sifr-config and css. but to no avail it still won't get any larger.
Any ideas?
My example page i开发者_C百科s here: http://oonagi.org/sifr/
You could try to add the following to your h4 css directly following font-size:
line-height: 1em;
This should make your line height the equivalent of your font-size, perhaps fixing the height issue.
http://novemberborn.net/sifr3/font-sizing
sIFR stops after 160px or so. I believe originally because Flash wouldn't render larger font sizes, but I can't quite remember.
精彩评论