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