Comment définir la police mondiale dans CSS

html *
{
   font-size: 1em !important;
   color: #000 !important;
   font-family: Arial !important;
}
guruwalker