Use relative font sizes
Closed this issue · 0 comments
meyfa commented
Font units such as rem
and em
allow to user to scale the text for better readability, while units such as px
do not, so we should switch to rem
and em
. Some widths, heights, etc. might also have to be adapted.