font size

immicardy
34 Posts
immicardy posted this 27 July 2022
Ask a Question

Hi
I have selected font size in px and when it shows on the front end it is in rem I don't want rem how can I change that?

Hi I have selected font size in px and when it shows on the front end it is in rem I don't want rem how can I change that?
Vote to pay developers attention to this features or issue.
2 Replies
Order By: Standard | Newest
Support Team
Support Team posted this 28 July 2022

Hi Immi,

You cannot change that, 1 rem therefore takes on the value which is given to the font-size of the root element. This means that 1 REM keeps the same value throughout your whole CSS code. If the root element's font size is not changed by the user this value is normally 16px.
Using REM for font-size is a must for accessibility, because px in some browsers doesn't resize when the browser settings are changed.

Please let us know if you have any other questions.
...................................................
Sincerely,
Anna T
Nicepage Support Team

Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1
Follow us on Facebook: http://facebook.com/nicepageapp

Hi Immi, You cannot change that, 1 rem therefore takes on the value which is given to the font-size of the root element. This means that 1 REM keeps the same value throughout your whole CSS code. If the root element's font size is not changed by the user this value is normally 16px. Using REM for font-size is a must for accessibility, because px in some browsers doesn't resize when the browser settings are changed. Please let us know if you have any other questions. ................................................... Sincerely, Anna T Nicepage Support Team Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1 Follow us on Facebook: http://facebook.com/nicepageapp
immicardy
34 Posts
immicardy posted this 28 July 2022

Ok thanks for the explanation

Ok thanks for the explanation
You must log in or register to leave comments