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