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