为提升您的使用体验,本站正在维护,部分功能暂时无法使用。如果本站文章无法解决您的问题,您想要向社区提问的话,请到 Twitter 上的 @FirefoxSupport 或 Reddit 上的 /r/firefox 提问,我们的支持社区将会很快回复您的疑问。

搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

18pt Times New Roman, Font-weight 400, does not show bold

  • 1 个回答
  • 3 人有此问题
  • 4 次查看
  • 最后回复者为 cor-el

more options

String shows by means of "Firebug's element inspection" a font-weight of 400. On screen no difference is seen with ordinary text of font-weight 100. I use 18pt Times New Roman in Firefox-4.0.1. Same site seen by IE-9 gives clear distinction between font-weights.

<b>String</b> shows by means of "Firebug's element inspection" a font-weight of 400. On screen no difference is seen with ordinary text of font-weight 100. I use 18pt Times New Roman in Firefox-4.0.1. Same site seen by IE-9 gives clear distinction between font-weights.

所有回复 (1)

more options

Font-weight 400 is normal.
If you want bold then set font-weight to 600 or more.

This means that for fonts that provide only normal and bold, 100-500 are normal, and 600-900 are bold.

data:text/html;charset=utf-8,<p style="font-weight:400;font-size:18pt;font-family:times new roman;">abcdefghijklmnopqrstuvvwxyz</p><p style="font-weight:700;font-size:18pt;font-family:times new roman;">abcdefghijklmnopqrstuvvwxyz</p>

由cor-el于修改