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