Retour à la définition de la propriété css font-family | J'ai vu une erreur dans cette page

Exemple de code détaillé de la propriété css font-family.

.identifiant {font-family:Arial, Helvetica, sans-serif; }
<div style="font-family:Arial, Helvetica, sans-serif; font-weight:normal">abcdefghiABCDEFGH</div>
.identifiant {font-family:Times New Roman, Times, serif; }
<div style="font-family:Times New Roman, Times, serif; font-weight:normal">abcdefghiABCDEFGH</div>
.identifiant{font-family:Courier New, Courier, Prestige, monospace; }
<div style="font-family:Courier New, Courier, Prestige, monospace; font-weight:normal">abcdefghiABCDEFGH</div>
.identifiant{font-family:Caflisch Script, Adobe Poetica, Sanvito,cursive; }
<div style="font-family:Caflisch Script, Adobe Poetica, Sanvito,cursive; font-weight:normal">abcdefghiABCDEFGH</div>
.identifiant{font-family:Alpha Geometrique, Critter, Cottonwood,fantasy; }
<div style="font-family:Alpha Geometrique, Critter, Cottonwood,fantasy; font-weight:normal; font-size:12px">abcdefghiABCDEFGH</div>

Interprétation du code détaillé de la propriété css font-family par votre navigateur.

.identifiant {font-family:Arial, Helvetica, sans-serif;}

abcdefghiABCDEFGH
.identifiant {font-family:Times New Roman, Times, serif;}
abcdefghiABCDEFGH
.identifiant{font-family:Courier New, Courier, Prestige, monospace;}
abcdefghiABCDEFGH
.identifiant{font-family:Caflisch Script, Adobe Poetica, Sanvito,cursive;}
abcdefghiABCDEFGH
.identifiant{font-family:Alpha Geometrique, Critter, Cottonwood,fantasy;}
abcdefghiABCDEFGH

Interprétation normal du code de la propriété css font-family (copie d'écran).

copie d'écran de l'affichage de la propriété css font-family