Hi,
I need to change font sizes in the Appspro tech temlate.
what code would I use in the override.css file to change the font size of h1, h2 ,h3 etc.?
or should I use another approach for this?
thanks,
Hans
h1 {
font-size: 56px;
}
h2,.componentheading {
font-size: 42px;
}
h3 {
font-size: 135%;
}
h4 {
font-size: 125%;
}
h5 {
font-size: 100%;
}