pixels or points or em
pixels or points or em
Out of context: Reply #15
- Started
- Last post
- 25 Responses
- honestIy0
The em size unit is recommended by the W3C.
1em is equal to the current font size. The default text size in browsers is 16px. So, the default size of 1em is 16px.
The size can be calculated from pixels to em using this formula: pixels/16=em