I stole some HTML code from a random website to have a table of all ASCII characters for myself as a file in my computer. This table uses deprecated stuff like which I want to fix so it works with the latest version of HTML. The issue is that when I exchange all the 1542 font tags with CSS (font-size: number) the size of the text increases.
Does anyone know what formula to use to convert to font-size: other_number?
Thank you in advance.