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