-
AuthorPosts
-
March 15, 2023 at 12:43 pm #1401246
Hallo brauche für eine Webseite unbedingt die Gill Sans.
Ich habe die Gill Sans.otf von hier frei heruntergeladen:
https://www.cufonfonts.com/font/gill-sans-2
Den ganzen Ordner als Zip.
Dann habe ich die den Zip-Ordner hochgeladen bei > THEME OPTIONS >> IMPOERT/EXPORT >> BENUTZERDEF: SCHRIFTARTEN HOCHLADEN.
Dann habe ich die Schrift bei ALLGEMEINES STYLING ausgewählt “gill-sans-2-cufonfonts ()”
Aber es funktioniert leider nicht.
Ich bekomme die Fehlermeldung:
“Found no SVG file with font information in your folder. Was not able to create the necessary config files”
“Es hat keine SVG -Datei mit Schriftartinformationen in Ihrem Ordner gefunden. War nicht in der Lage, die erforderlichen Konfigurationsdateien zu erstellen”
Was kann ich tun?
Danke für die HilfeMarch 17, 2023 at 4:21 am #1401475Hey Christabel1,
Thank you for the inquiry.
The custom font manager only accepts Google Fonts, custom fonts from other sources will not work properly. You will have to register the font manually using the @font-face rule and apply it manually to the elements by adding css rules.
// https://www.w3schools.com/cssref/css3_pr_font-face_rule.php
// https://developer.mozilla.org/en-US/docs/Web/CSS/@font-faceBest regards,
IsmaelMarch 17, 2023 at 12:41 pm #1401518ok.
Vielen Dank.
Ich versuche es.March 17, 2023 at 7:58 pm #1401545Once again about Cufonfonts; not all fonts offered there are legal. Many design fonts are distributed there without the appropriate licenses. This is like using so-called “nulled” themes.
Apart from that, if you have purchased the licenses, you can use any font in Enfold. You just have to check if your license includes web use. Then you are allowed to convert e.g. a ttf or otf file yourself. I use this site here: https://transfonter.org/
_______i use it to generate webfonts – and i do only use ttf and woff2 – and without demo-files ; all modern browsers do work with woff2 – and because of brotli compression these files are smaller than all the other ones. The fontmanager of Enfold now generates the right sequence of @font-face rules – first woff2 then if not possible the rest. So the ttf is only for older browsers included in the upload.
The zip-file offered then is usable in principle and could be uploaded directly to Enfold in the font manager.
However, I recommend to rename the zip file sensibly. z.B: MyriadPro.zip
The font-family name is build from included font-file name – but Enfold Font list name will be that of the zip file. -
AuthorPosts
- You must be logged in to reply to this topic.