If it shows up in Comic Sans, than thats most likely due to another plugin or theme that is applying these styles. You can try switching themes or deactivating other plugins and see if that helps.
Anyway, if you would like to change the font you can as well follow this Guide:
Basically what you have to do is choosing a font you like from https://fonts.google.com/:
Than you click on the black title to open the font popup and next on “Customize” to choose the different font “weights” you would like to include (Bold, Semi-Bold, etc., the choices depend on the font)
Next you click on “Embed” and choose as the embed option “@import”.
Than copy the text between the “<style>” and “</style>” tags and paste it into the “Custom CSS” Field you find at the bottom of the “General Section” within the Viral Coming Soon Settings Panel:
Last but not least go back to google fonts and copy the part that says “specify in CSS”:
Replace the red part of this code and paste the whole snippet below the “@import” code you have already pasted into the custom CSS Field:
body, html, h1, h2, h3, h4, h5 {
replace_me
}
So it should look like this for example:
body, html, h1, h2, h3, h4, h5 {
font-family: 'Roboto', sans-serif;
}
Here is a screenshot of how it looks together with the “@import” code:
Dont forget to save changes
Please let me know if this helped you,
thanks and best regards
-
This reply was modified 7 years, 8 months ago by jaschaio.