Reputation: 3442
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 is here: http://oonagi.org/sifr/
Upvotes: 0
Views: 131
Reputation: 3349
sIFR stops after 160px or so. I believe originally because Flash wouldn't render larger font sizes, but I can't quite remember.
Upvotes: 0
Reputation: 43457
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
Upvotes: 1