搜尋 Mozilla 技術支援網站

防止技術支援詐騙。我們絕對不會要求您撥打電話或發送簡訊,或是提供個人資訊。請用「回報濫用」功能回報可疑的行為。

了解更多

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) ?