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