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