Page font family problem

Posted in: Newspaper
Post count: 12

I’m trying to change the font on the page, the theme panel doesn’t respond, the CSS settings don’t respond either. Do you know where the error could be?

body, h1, h2, h3, h4, h5, h6 {
font-family: ‘Poppins’, sans-serif;
}
Page: https://www.kmosek.com/sluzby/personalni-audit/

Post count: 12

Solved by AI

body,
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: ‘Poppins’, sans-serif;
}

p {
font-family: ‘Roboto’, sans-serif;
}

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.