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