If I want to have a body-font-size of 17px instead of 16px, what would be the best way to change that?
Would it be best to change: $font-size-base variable in variables.scss?
Or is there any other variable to chnage the size for the body font?
4 replies · opened May 27, 2021
If I want to have a body-font-size of 17px instead of 16px, what would be the best way to change that?
Would it be best to change: $font-size-base variable in variables.scss?
Or is there any other variable to chnage the size for the body font?
Hello,
That's correct. To change the Body Font Size, simply change the $font-size-base Variable in the sass/bootstrap/_variables.scss File.
Hope this Helps!
Let us know if we can help you with anything else or if you find any further issues.
No, I think it needs to be changed the $font-size-BODY - I didn't see this var! Now I got it :)
Oh no, there is the variable: $font-size-body, but when changed to a value (other than $font-size-base) it does not affect the text-size in the body?
$font-size-body is based on previous versions of Canvas and kept to make sure that the SCSS Customizations used by Users are not lost. To change the Body Font you will need to modify $font-size-base values from Bootstrap as from Canvas 6 onwards the Base Font Size for Body Text used is from Bootstrap.
Hope this Helps!
Let us know if we can help you with anything else or if you find any further issues.
Have the same question, or something new?
Sign in to the Canvas dashboard to reply or open your own topic. Canvas owners get direct help from the SemiColonWeb team.
Reply on the dashboard