I have a HTML page which includes some text and formatting. I want to make it have the same font-family and the same text-size ignoring all inner formatting of text.
Set it in the body selector of your css. E.g.
body { font: 16px Arial, sans-serif; }