Body font

Hi there

Should be really easy to do but i can’t see where i can edit body font (e.g. just normal font used throughout the site).

I only want effect text that isn’t in a widget or an H tag.

site - mka-architects.co.uk.

Thanks

Hey there,

I hope you are well today and thank you for your question.

You can try achieving this by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Additional CSS

/*font css*/
p{
  color:black;
  font-size: 15px;
  font-family: "Comic Sans MS", cursive, sans-serif;
}

Best regards,
Support.