Comments 1tim-nieuwpoort started the conversationSeptember 4, 2020 at 12:56pm Hi, I set 'Raleway' as font heading titles but in the frontend I see Sans Serif (see attachment 1) In my CSS there are 2 fonts that are set (Raleway AND Sans-Serif): h1, h2, h3, h4, h5, h6 { font-family: 'Raleway', sans-serif; } #navigation .menu li a { font-family: 'Raleway', sans-serif; } How come? I just need Raleway. Is there another place where I can adjust this? Thanks! 2,701PenciDesign repliedSeptember 4, 2020 at 5:00pmHi,It's 'Raleway', sans-serif; - check this imageAnd of course it will loads Raleway font - and 'sans-serif' is format for "Raleway" fontIt doesn't do anything.When you use any Google fonts from Google - it's needed for call a format after the font name - check this imageBest Regards,PenciDesign 1tim-nieuwpoort repliedSeptember 5, 2020 at 9:14amHi,Ah ok I see.And how can I get this font https://prnt.sc/ubyplThis is 'Raleway' right?Thanks! 1tim-nieuwpoort repliedSeptember 5, 2020 at 9:58amNever mind, I found it.Thanks for your help! Sign in to reply ...
Hi,
I set 'Raleway' as font heading titles but in the frontend I see Sans Serif (see attachment 1)
In my CSS there are 2 fonts that are set (Raleway AND Sans-Serif):
h1, h2, h3, h4, h5, h6 {
font-family: 'Raleway', sans-serif; }
#navigation .menu li a {
font-family: 'Raleway', sans-serif; }
How come? I just need Raleway. Is there another place where I can adjust this?
Thanks!
Hi,
It's 'Raleway', sans-serif; - check this image
And of course it will loads Raleway font - and 'sans-serif' is format for "Raleway" fontIt doesn't do anything.
When you use any Google fonts from Google - it's needed for call a format after the font name - check this image
Best Regards,
PenciDesign
Hi,
Ah ok I see.
And how can I get this font https://prnt.sc/ubypl
This is 'Raleway' right?
Thanks!
Never mind, I found it.
Thanks for your help!