Basically, I need to adjust the font type everywhere it isn’t specified. How can I do that? table, div, span, p, input, you name it. Is there a way I can do them all with 1 CSS rule that I can add?
Basically, I need to adjust the font type everywhere it isn’t specified. How can
Share
Yes there is, use it on the body element and it will cascade down to all children unless you specify otherwise.
You can then override it