Hi Pete,
Thanks for the question.
It is not possible to upload other fonts today. Is the font you wish to use available on Google Fonts or Typekit? If so you can include from there without any cross-site issues.
Thanks Pete.
Regards,
Nick Muldoon
Product Manager, Easy Agile
Hello Nicholas,
I'm at a loss as to how to include other fonts from Google Fonts for example.
I doesn't seem to be possible to use the src CSS descriptor in the Custom CSS. My current syntax is like so:
.html {
font-family: "Montserrat";
src: url('https://fonts.googleapis.com/css?family=Montserrat');
}
Am I missing something?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Allan Guhl,
Try using the following:
@import 'https://fonts.googleapis.com/css?family=Montserrat';
Then:
.html {
font-family: "Montserrat";
}
If that doesn't work please reach out to the GLiNTECH Support Team.
Thanks Allan, have a great day.
Regards,
Nick Muldoon
Product Manager, Easy Agile
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.