Hello everyone,
I’ve tried today to change font family to Montserrat which is free google font but unfortunately it doesn’t recognize it. Is there any way to be able to add it? I can observe that any system font is available to use i.e. ‘Helvetica’.
to show content in a specific font in HTML with CSS, this font needs to be available on any client. Except you are providing the font as webfont.
That’s the reason why most of the time multiple options are provided in CSS to let the client pick the one that is available.
So I guess you would need to have the font on your client and change the CSSes to list this font as the highest priority (left most).
You could check to override the font in the Webdev Tools of your browser, to see if the font gets picked up.