1.00 EM to PT
Result
1.00 em = 12 pt
Explanation
- Em value — 1.00
To convert 1.00 em to points you need to multiply EM value by 12, in our case: 1.00 × 12. In result we'll receive that 1.00 em is equal to 12 points (pt)
CSS code for 1.00 EM to PT
p { font-size: 12pt }
HTML (inline CSS):
<p style="font-size: 12pt">Hello World<p>