HTML&CSS - Arial font

by Code_Garage

HTML

<p>
  Je suis un texte joli !
</p>

CSS

html {
  font-family: arial;
}