I can’t seem to figure out how to change the font of the titles that are used on Integrity 2. I want it to be Open Sans. I’d also like to make them a bit smaller.
Based on reading other forum posts about this topic, I tried this from Cornerstone:
Clicked CSS button on left side.
Typed this in there:
h2, .h2 { font-style: open-sans; font-size: 1.953rem; margin: 1rem 0 1rem; }
It didn’t appear to have any impact on the look of the titles.
