Linux 上的 Firefox 8 和 Winxp 上的 Firefox 3.6 中的字体

发布于 2025-01-02 13:40:52 字数 923 浏览 5 评论 0原文

这是我的 CSS 代码:

@font-face {
    font-family: 'WebMitra';
    font-style: normal !important;
    font-weight: normal !important;
    src: url('./fonts/bmitra.ttf') format('truetype');
}

@font-face {
    font-family: 'WebMitraBold';
    font-style: normal !important;
    font-weight: bold !important;
    src: url('./fonts/bmitra-b.ttf') format('truetype');
}

这是我在两个操作系统中的两个版本的 Firefox 中的结果。我想知道该错误是针对 Firefox 或操作系统的。

Ubuntu 11.04 上的 Firefox 8

查看问题波斯字体与每个字母分开。

 Ubuntu 11.04 上的 Firefox 8

Windowx XP 上的 Firefox 3.6

正确版本

Windowx XP 上的 Firefox 3.6

这是实时版本,您可以测试它。

this is my CSS code:

@font-face {
    font-family: 'WebMitra';
    font-style: normal !important;
    font-weight: normal !important;
    src: url('./fonts/bmitra.ttf') format('truetype');
}

@font-face {
    font-family: 'WebMitraBold';
    font-style: normal !important;
    font-weight: bold !important;
    src: url('./fonts/bmitra-b.ttf') format('truetype');
}

and this is my result in two version of Firefox in two operating system. i want know the bug is for Firefox or operating system.

Firefox 8 on Ubuntu 11.04

See problem Persian font separate with each letter.

Firefox 8 on Ubuntu 11.04

Firefox 3.6 on Windowx XP

Correct version

Firefox 3.6 on Windowx XP

This is live version you can test it.

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

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

发布评论

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

评论(1

万人眼中万个我 2025-01-09 13:40:52

irc.freenode.net 的 #firefox 频道中的普遍共识是 Linux 字体渲染。它永远不会是微软的渲染,所以...

The general consensus in the #firefox channel at irc.freenode.net is the Linux font rendering. It will never be Microsoft's rendering, so...

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