The wrong font is displayed after using the file generator.
It look’s like there is a bug.
The font is set with a absolute path in the file system, which is wrong. This should be a relative or absolute path in URL format.
Wrong:
src: url(https://8theme.b-cdn.net/home/kozijli378/domains/schuifpuienonderdelen.nl/public_html/wp-content/fonts/open-sans/mem8YaGs126MiZpBA-UFUZ0df8pkAp6a.woff) format(‘woff’);
Should be:
src: url(https://schuifpuienonderdelen.nl/wp-content/fonts/open-sans/mem8YaGs126MiZpBA-UFUZ0df8pkAp6a.woff) format(‘woff’);
or:
src: url(https://8theme.b-cdn.net/wp-content/fonts/open-sans/mem8YaGs126MiZpBA-UFUZ0df8pkAp6a.woff) format(‘woff’);
The CSS file loads in: https://schuifpuienonderdelen.nl/wp-content/uploads/xstore/kirki-styles.css?ver=1620853896375
I deleted the file generator file but the error still occurs. Is there a options to fix this?
Regards,
Maico