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