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