Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

Mozilla 도움말 검색

고객 지원 사기를 피하세요. 저희는 여러분께 절대로 전화를 걸거나 문자를 보내거나 개인 정보를 공유하도록 요청하지 않습니다. "악용 사례 신고"옵션을 사용하여 의심스러운 활동을 신고해 주세요.

Learn More

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