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