NO BUG: Custom fonts on subdomains

Browser: Any
OS: any.
URL: link

Custom fonts are not loaded on alias subdomains due to CORS policy.

Adding

<FilesMatch ".(eot|otf|ttf|woff|woff2)">
    Header always set Access-Control-Allow-Origin "*"
</FilesMatch>

in .htaccess didn’t solve the issue.

Hey @Illarion,

from what I see on your domain, all fonts are loaded properly:

Can you confirm this?

Best regards,
M

Hi,
The problem was solved on the hosting side

1 Like

That’s nice, I’m happy that it got solved.

Regards,
M