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