Join the AMA (Ask Me Anything) with the Firefox leadership team to celebrate Firefox 20th anniversary and discuss Firefox’s future on Mozilla Connect. Mark your calendar on Thursday, November 14, 18:00 - 20:00 UTC!

搜索 | 用户支持

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

详细了解

Firefox will not show bold

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

more options

I am making a web page (in Dreamweaver) for a meeting and I have certain things in bold. In Firefox, the bold (<b></b>) does not show. Bold shows up on my pages on Chrome and on Microsoft edge. I've also tried the <strong> tag, but that doesn't work either. The font family for the pages is sans-serf. I really need this to show on most browsers.

I am making a web page (in Dreamweaver) for a meeting and I have certain things in bold. In Firefox, the bold (&lt;b&gt;&lt;/b&gt;) does not show. Bold shows up on my pages on Chrome and on Microsoft edge. I've also tried the &lt;strong&gt; tag, but that doesn't work either. The font family for the pages is sans-serf. I really need this to show on most browsers.
已附加屏幕截图

由cor-el于修改

被采纳的解决方案

You could try font-weight. Hopefully you can use the link below by removing the blank space.

https://www.w3schools. com/jsref/prop_style_fontweight.asp

定位到答案原位置 👍 1

所有回复 (4)

more options

You can check in the Inspector what font is used and whether Firefox sees the bold rules.

You can right-click and select "Inspect" to open the built-in Inspector with this element selected.

more options

I did that initially. There was only one html/CSS issue and it was not for the area where there are problems. There was an issue where with a link to Adobe fonts in the head, but I erased the script and that did nothing to the page viewing in Firefox.

more options

选择的解决方案

You could try font-weight. Hopefully you can use the link below by removing the blank space.

https://www.w3schools. com/jsref/prop_style_fontweight.asp

more options

Can you post a link to a publicly accessible page (i.e. no authentication or signing on required) ?