开发者

sIFR font sizing problems

开发者 https://www.devze.com 2022-12-08 03:09 出处:网络
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

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消