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