Answers for "how to define global font in css"

CSS
0

how to define global font in css

html *
{
   font-size: 1em !important;
   color: #000 !important;
   font-family: Arial !important;
}
Posted by: Guest on March-01-2022

Code answers related to "how to define global font in css"

Browse Popular Code Answers by Language