#1567

Tu Tran
Moderator

Hi Ben,

So sorry for the delay ! So sorry !

1. If this is Safari on Windown, that was some our theme’s functions work not verry properly on this, because Safari browser is not supported not verry well on Windown, and it rarely using on Windown, too. So, if this issue on Safari MAC, we will fix for you.

2. This cause maybe is the browser thinks subdomain, Web font embedding is a bad idea. Please try to add the code bellow to the top-level .htaccess file of the subdomain

<FilesMatch "\.(ttf|ttc|otf|eot|woff)$">
    <IfModule mod_headers.c>
        Header set Access-Control-Allow-Origin "*"
    </IfModule>
</FilesMatch>

3. I’ve checked and seen that your issue seem to be solved. If still, or if have any problem, feel free to let me know.

Best regards,