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