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

Caută ajutor

Atenție la excrocheriile de asistență. Noi nu îți vom cere niciodată să suni sau să trimiți vreun SMS la vreun număr de telefon sau să dai informații personale. Te rugăm să raportezi activitățile suspecte folosind opțiunea „Raportează un abuz”.

Află mai multe

Sans-serif font is displaying as italic in Firefox

  • 3 răspunsuri
  • 35 au această problemă
  • 164 de vizualizări
  • Ultimul răspuns dat de jschwartzman

This website is displaying incorrectly. The <h1> is displaying as italic. The CSS for <h1> is:

h1 {
	font: 250% Helvetica, Arial, sans-serif;
	color:#00C;
	font-weight: 200;
	text-align:left;
	margin-left: 28%;	
}

It displays correctly in other browsers.

This website is displaying incorrectly. The <nowiki><h1></nowiki> is displaying as italic. The CSS for <nowiki><h1></nowiki> is: <pre><nowiki>h1 { font: 250% Helvetica, Arial, sans-serif; color:#00C; font-weight: 200; text-align:left; margin-left: 28%; }</nowiki></pre> It displays correctly in other browsers.

Modificat la de cor-el

Toate răspunsurile (3)

Such issues can be caused by duplicate or corrupted fonts.

You can do a check for corrupted fonts and other font issues:

The answer to this lies in the font-weight... Change it to normal, bold or bolder and all is well.

It appears to be a bug at least in the Macintosh rendering of font-weights.

Thank you very much - I did finally figure this out after days of trial and error!