How can I change the font when editing a page on the front end? It's currently set to IBM Plex Sans but no matter where I click I can't clear this! Very bad UX.
https://imgur.com/JVHw2mu
I want to add my own font, so I have followed this guide https://www.joomshaper.com/documentation/helix-framework/customization-tips#how-to-add-google-fonts-manually
However it is not working, the IBM Plex Sans is still set and cannot be removed.
I can see that the code below is set on the index.php - why, and how do I remove this?
h1 {
font-family: 'Overlock SC', sans-serif;
text-decoration: none;
}