In the theme options under Typography I have stepped selected and everything is 14px
The content font size is 1rem.
I have this code in CSS
/* font size */
h1, .h1 {
font-size: 1.6rem !important;
margin: 1rem 0 1rem;
text-transform:none;
line-height: 1.2!important;
}
h2, .h2 {
font-size: 1.4rem;
margin: 1rem 0 1rem;
text-transform:none;
line-height: 1.2!important;
}
h3, .h3 {
font-size: 1.2rem;
margin: 1rem 0 1rem;
text-transform:none;
line-height: 1.2!important;
}
The settings for the fonts in the Cornerstone page are all Font Family Inherit and 1 em.
why are the fonts different sizes on the main page and the about page?
https://www.thinking-green.co.uk/
https://www.thinking-green.co.uk/about/
and…
I looked at your video about responsive fonts but it says to copy and paste something into the class section. I have Advanced mode turned on in the global preferences but I cannot see that area to customise.
I just want an easy life and some control over the font sizes!