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