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