What is best replacement for <font size="X"> in CSS?

Viewed 8655

I am working on updating an old website which uses font tags, to use CSS. The old HTML uses numeric font sizes (1-7) like this:

<font size="4">Some text</font>

What are the equivalent CSS sizes (in px, em, etc.) for these legacy font tag sizes?

3 Answers
Related