Como definir a fonte global no CSS
html *
{
font-size: 1em !important;
color: #000 !important;
font-family: Arial !important;
}
guruwalker
html *
{
font-size: 1em !important;
color: #000 !important;
font-family: Arial !important;
}