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