Hi, Alexandru.
Thank you for your response.
How did you find this version of the error message? All I am getting is a 403.
In my .htaccess file at the top level I have the lines:
<FilesMatch “.(eot|otf|ttf|woff|woff2)”>
Header always set Access-Control-Allow-Origin “*”
</FilesMatch>
It also has:
RewriteCond %{HTTP_HOST} ^www\.(.+)$ [NC]
RewriteRule ^ https://%1%{REQUEST_URI} [L,R=301]
My WordPress is also set for https://richardosborne.ca
What else do I need to do to unblock these fonts?