Site logo

Archived topic

Generatepress Woff2

9 replies · Started by Halil on October 19, 2018

Viewing posts 1–10 of 10

I have no idea what is the meaning of things in the picture.

I am using nginx server and added woff2 to mime.types

https://goo.gl/6w5hX4

is there anyting I should do?

I am runnig a vm on MS Azure with ubuntu+nginx , so what should I do? That link u provided didnt give me a hint

I just checked your page and not seeing the console errors?

According to Tom in that post this is something your host should be able to help.

I am the host?
cleared the cache, using incognito, still getting console error.
what can be the reason?

The issue is pretty simple. The URL you're typing into your address bar is different than the URL you have set in "Settings > General".

powerbi.azureedge.net
powerbi.instanbul

Some browsers will block fonts from displaying if they're coming from a different URL as a security measure.

To fix this, make sure the URL you're visiting in your browser is the same as the one set in your WP settings.

it's my cdn Tom, in settings my wp address url and site address url are same.

So it may be something you need to ask your server about.

You can try adding this to your .htaccess file in the root directory of your site:

<IfModule mod_headers.c>
    Header set Access-Control-Allow-Origin "*"
</IfModule>

thanks Tom. still giving consol error. I give up : )

It may be worth asking your hosting support - they may be able to tweak something for you :)

This archived topic is closed to new replies.