Cette page permet de tester la présence de différentes polices de caractères listées. Si une police est absente, le navigateur
utilisera à la place une police de style opposé:
sans-serif
pour les
serif
et inversement;
serif
pour les
monospace
.
/* Polices à empattements (serif) */
font-family: "Times New Roman", Times, "Liberation Serif", FreeSerif, serif;
font-family: Georgia, "DejaVu Serif", Norasi, serif;
/* Polices sans empattements (sans-serif) */
font-family: Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-family: "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode",
"Luxi Sans", Arial, sans-serif;
font-family: Tahoma, Geneva, Kalimati, sans-serif;
font-family: Verdana, "DejaVu Sans", "Bitstream Vera Sans", Geneva, sans-serif;
font-family: Impact, "Arial Black", sans-serif;
/* Polices à chasse fixe (monospace) */
font-family: "Courier New", Courier, FreeMono, "Liberation Mono", monospace;
font-family: Menlo, Monaco, "DejaVu Sans Mono", "Lucida Console", "Andale Mono", monospace;
Notez que la citation dans le texte d’exemple utlise deux espaces fines insécables (entité HTML
 
), après les guillemets ouvrant et avant les guillemets fermant. Suivant votre système d’exploitation et les fontes systèmes
installées, ces espaces peuvent ne pas apparaitre, ou apparaitre comme un carré ou point d’interrogation.
Police utilisée | Texte de démonstration |
---|---|
(
Times New Roman / Times / Liberation Serif / FreeSerif |
|
Times New Roman | |
Times | |
Liberation Serif | |
FreeSerif | |
(
Georgia / DejaVu Serif / Norasi |
|
Georgia | |
DejaVu Serif | |
Norasi | |
(
Arial / Helvetica / Liberation Sans / FreeSans |
|
Georgia | |
DejaVu Serif | |
Norasi | |
(
Arial / Helvetica / Liberation Sans / FreeSans |
|
Arial | |
Helvetica | |
Liberation Sans | |
FreeSans | |
(
Trebuchet MS / Arial / Helvetica |
|
Trebuchet MS | |
Arial | |
Helvetica | |
(
Lucida Sans / Lucida Grande / Lucida Sans Unicode / Luxi Sans / Arial |
|
Lucida Sans | |
Lucida Grande | |
Lucida Sans Unicode | |
Luxi Sans | |
Arial | |
(
Tahoma / Geneva / Kalimati |
|
Tahoma | |
Geneva | |
Kalimati | |
(
Verdana / DejaVu Sans / Bitstream Vera Sans / Geneva |
|
Verdana | |
DejaVu Sans | |
Bitstream Vera Sans | |
Geneva | |
(
Impact / Arial Black |
|
Impact | |
Arial Black | |
(
Courier / Courier New / FreeMono / Liberation Mono |
|
Courier | |
Courier New | |
FreeMono | |
Liberation Mono | |
(
Monaco / DejaVu Sans Mono / Lucida Console / Andale Mono |
|
Monaco | |
Menlo | |
DejaVu Sans Mono | |
Lucida Console | |
Andale Mono |