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