Tagged: google fonts
Hello folks,
thank you for adding the Custom Font Manager feature to Enfold! But I’ve encountered still a little problem.
When downloading the font directly from Google Fonts in TTF format, Enfold is recognizing all different sizes:
But the disadvantage is, that the only font format ist TTF.
When downloading the font via google-webfonts-helper Enfold just recognizes the 400 (regular) weight:
although there is also the 700 weight included:
Is there a solution to this problem?
For your hints many thanks in advance!
Best regards
David
Hey Barnimer,
Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?
Best regards,
Victoria
Hi there,
I have the same problem. Did you found the problem?
BR
Christian
Hi,
Why do you need the other formats? Google provides ttf because the format is supported by major browsers and system.
// https://caniuse.com/#feat=ttf
Are there any issues with the ttf format?
Best regards,
Ismael
Hi,
UPDATE: The fonts from “google-webfonts-helper” is not being recognized properly because of how it generates the font name. The custom font script defaults to the normal font weight. The font file should have the file name and the font weight definition separated by hyphen. This is same file name format Google provides when you download the font from their official website.
Example:
OpenSans-Regular.ttf
OpenSans-Bold.ttf
OpenSans-BoldItalic.ttf
etc...
Best regards,
Ismael