Police

Police de caractères (ou police d'écriture).

Besoin

Définir un style général de caractères.

Analyse

Une police est déclinable en différentes fontes.

Conception

Implémentation

CSS

font-family: "Times New Roman", Times, serif;

Exemples

Code
CSS font-family: "Times New Roman", Times, serif;
HTML <font <strong>face</strong>=<span class="codeString">"MyPolice"</span>>
Java someGraphics.<strong>setFont</strong>(new java.awt.<strong>Font</strong>(<span class="codeString">"MyPolice"</span>));

Références