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