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