Windows 10 reached EOS (end of support) on October 14, 2025. If you are on Windows 10, see this article.

Mozilla サポートの検索

サポート詐欺に注意してください。 私たちはあなたに通話やショートメッセージの送信、個人情報の共有を求めることはありません。疑わしい行為を見つけたら「迷惑行為を報告」からご報告ください。

詳しく学ぶ
このスレッドは閉じられ、アーカイブに保管されました。 必要であれば新たに質問してください。
Solved Locked アーカイブに保管済み

Firefox will not show bold

SuMo Bot

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

すべての返信 (4)

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.

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.

選ばれた解決策

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

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

This question has been locked because the original author has deleted their account. While you can no longer post new replies, the existing content remains available for reference.