Hello,
I would like to use a custom font (The Seasons) for headings. I have uploaded this in the theme and also selected the appropriate font for headings in the theme options. However, this is not displayed to me in the frontend. What am I doing wrong?
I hope for help and a solution.
Thanks, Julia
Hey juliafriebe81,
Thank you for the inquiry.
The font is not from Google, so it might not work as expected. Please note that the Custom Font Manager is intended for Google fonts. You may need to register the font manually using the @font-face rule and add some css rules to apply it to the corresponding elements.
// https://www.w3schools.com/cssref/css3_pr_font-face_rule.php
// https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face
Best regards,
Ismael