-
AuthorPosts
-
June 24, 2024 at 4:44 pm #1458318
Hello I have followed the instructions here: https://kriesi.at/documentation/enfold/typography/#how-to-upload-custom-fonts
I’ve uploaded a .woff2 file as a zip, set the font as the heading font in general styling (and have also used the quick css), but it is not working.
Please can someone take a look. Login info in the private content, thank you in advance.June 25, 2024 at 8:54 am #1458558Hey rosiet5,
Thank you for the inquiry.
Which font are you trying to upload? By default, only Google Fonts are allowed in the Enfold > Import/Export > Custom Font Manager. If you’re trying to upload fonts from different sources, make sure that the file structure is correct. Please review the File Structure section in the documentation below:
// https://kriesi.at/documentation/enfold/typography/#how-to-upload-custom-fonts > File Structure
Best regards,
IsmaelJuly 22, 2024 at 2:13 pm #1462676Hi Ismael,
Thanks for your response, I have only just realised you replied. I believe the file structure is correct as I followed the instructions on the link you sent.
I am trying to upload a non-Google font called Blakely, which I have as a TFF file (one weight has been compressed into a zip file). I have uploaded the Zip file. This uploaded, and it gave me this CSS:Font: MACOSX ( font-family: macosx )
normal: 400I then added this to the quick CSS;
H1, H2, ul, li
{
font-family: ‘macosx’ !important;
}And also tried selecting it under “heading font” in Enfold and I have also tried this:
H1, H2, ul, li
{
font-family: ‘macosx (400)’ !important;
}I would be very grateful if you could take a look.
Many thanks
July 22, 2024 at 10:39 pm #1462716Hi,
MACOSX is not the correct font name, it is the name of the directory in the zip file, try deleting this and then extracting the font zip file on your computer and remove all directories including “MACOSX” and then rezip the font file.
Then when you upload it the correct name will show “Blakely”.Best regards,
MikeAugust 20, 2024 at 11:56 am #1464964Hi Mike,
Thanks for your reply, it looked as though compressing the font via my Mac was causing the issue – I used an online zip compression tool https://www.ezyzip.com/ and that seemed to do the job.August 20, 2024 at 2:34 pm #1464979 -
AuthorPosts
- You must be logged in to reply to this topic.