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.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.