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