sIFR 字体大小问题

发布于 2024-08-07 18:15:13 字数 229 浏览 3 评论 0原文

我正在尝试使用 sifr 渲染大约 160px 大小的字体,但它似乎停止扩展任何大于我需要的一半的字体。我尝试在 sifr-config 和 css 中设置字体大小。但无济于事,它仍然不会变得更大。

有什么想法吗?

我的示例页面在这里: http://oonagi.org/sifr/

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/

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

影子的影子 2024-08-14 18:15:13

您可以尝试将以下内容添加到您的 h4 css 中,直接跟随 font-size:

line-height: 1em;

这应该使您的行高等于您的 font-size,也许可以解决高度问题。

http://novemberborn.net/sifr3/font-sizing

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

烟织青萝梦 2024-08-14 18:15:13

sIFR 在 160 像素左右后停止。我最初相信是因为 Flash 不会呈现更大的字体大小,但我不太记得了。

sIFR stops after 160px or so. I believe originally because Flash wouldn't render larger font sizes, but I can't quite remember.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文