How to change the font of blog posts and policies only without affecting the rest of the website

Hi there,

I’m using the outdated version of the Dawn theme. I changed the font of my website but it applied to everything. I only want to change the font of the blog post and policies without it affecting the rest of the website. Can someone please help me?

Thank you,

Akos

By any chance, do you have a page in your theme customizer that allows you to edit the blog posts?

There is a page to edit blog posts, but it ends up applying to everything else. I was able to apply a code I found online to changing the body font of the blog posts; however, I’m unable to change it to the exact font I want. This is the code I used:

p {
font-family: sans-serif;
color: black;
}

It doesn’t seem to recognise certain font families even though these are fonts that are already available in Shopify

What was the font that you are trying to change it to?