I am still really interested in finding a solution to this problem. If anyone else can assist me, please let me know.
@Patagonia, thank you for your reply. I believe the .htaccess fix should be calling all versions of the font because of the first line in the below:
COPY CODE
<FilesMatch ".(ttf|otf|eot|woff)$">
<IfModule mod_headers.c>
Header set Access-Control-Allow-Origin "*"
</IfModule>
</FilesMatch>
Is that not correct? Should I reorder them in that line? Should woff come first?
Also I don’t want to install any CDN as this has been highlighted as a problem in the first place rather than a solution. But thank you for replying, it’s good to thrash out potential fixes together.