Hi Support,
Something weird is going on with my site.
I added fonts to the fonts manager. Open sans for body and PT Sans for Headings.
For headings I selected weight 700. This is not visible when I add h1,h2 etc to a headline text.
Also, the h-tags were all the same size. I changed that with this css and add font weight:
/* headings */
h1, .h1 {
font-size: 2.4em !important;
font-weight: 700 !important;
}
h2, .h2 {
font-size: 2.1em !important;
font-weight: 700 !important;
}
h3, .h3 {
font-size: 1.9em !important;
font-weight: 700 !important;
}
h4, .h4 {
font-size: 1.7em !important;
font-weight: 700 !important;
}
h5, .h5 {
font-size: 1.5em !important;
font-weight: 700 !important;
}
h6, .h6 {
font-size: 1.1em !important;
font-weight: 700 !important;
text-transform: none;
}
/* Einde header settings*/
It annoys me that I have to make it !important.
The big problem is that not all the pages to over that css, even though it is !important.
Please check it out for me.
Thanks in advance!
PS: See secure note for link and credentials.

