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