Old font-tag sizes in pixels
The old <font> tag had a size attribute which could take numbers from 1 to 7.
These numbers correspond to fixed sizes (e.g. specified in pixel).
Here’s a list, if you want to simulate these sizes using CSS or otherwise.
| <font size=”?“> | CSS font-size; ? |
| 1 | 10px |
| 2 | 13px |
| 3 | 16px |
| 4 | 18px |
| 5 | 24px |
| 6 | 32px |
| 7 | 48px |
These numbers were manually collected using Chrome, but should be the same for other browsers.