Hi there,
I would like to use custom fonts.
I read several posts here, but unfortunately, I cant solve this.
I uploaded the fonts to the enfold/css folder, and I received some code help from the distributor, so I added to quick css this one:
@font-face {
font-family: ‘Frutiger’;
src: url(‘css/2ECCCA_2_0.eot’);
src: url(‘css/2ECCCA_2_0.eot?#iefix’) format(’embedded-opentype’)
, url(‘css/2ECCCA_2_0.woff2’) format(‘woff2’)
, url(‘css/2ECCCA_2_0.woff’) format(‘woff’)
, url(‘css/2ECCCA_2_0.ttf’) format(‘truetype’);
font-weight: 500;
font-style: normal;
}
body p { font-family: ‘Frutiger’ !important; }
Pls check the links attached.
Could you help me please?
Thanks!
Hey,
Please try adding your custom CSS code into Style.css file of your child theme. Currently fonts cannot be found.
– Please consider using a child theme – https://kriesi.at/documentation/enfold/how-to-install-enfold-theme/#why-child-theme
– Please update Enfold to the latest version 4.4.1 – https://kriesi.at/documentation/enfold/how-to-install-enfold-theme/. Since we have made major changes in our framework, we would recommend you to delete the theme and re-install to make sure all files are overwritten correctly. You can check out recent changes and news here – https://kriesi.at/blog
Regards,
Yigit