Different font in mobile version
-
The mobile version of my website displays a different font in the headers. I’ve pasted this text into the additional CSS code to force it, but I haven’t seen any changes:
@media only screen and (max-width: 767px) {
h1, h2, h3, h4, h5, h6 {
font-family: ‘Josefin Sans’, sans-serif !important;
}
}These are Google Fonts, so there shouldn’t be any problems.
The page I need help with: [log in to see the link]
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
You must be logged in to reply to this topic.
