Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author luckychingi

    (@luckychingi)

    Hello @svitlana41319

    As a workaround, please add https://ondemand.dev400.com/wp-content/themes/divi-child/css/ondemand.css?ver=5.2.2.1565787157 to the Do Not Load These Files From CDN box.

    The cloudfront setup is deployed by the plugin keeping in mind the CORS issue and the headers are present on the configuration.

    It is usually the server side where the fix needs to be applied.

    Can you confirm it the following entry exists on your vhost config?

    location ~* \.(eot|otf|ttf|woff|woff2)$ {
        add_header Access-Control-Allow-Origin *;
    }
    Plugin Author luckychingi

    (@luckychingi)

    hello @svitlana41319

    Were you able to fix this issue?

    Thread Starter Svitlana Sukhoveiko

    (@svitlana41319)

    Hi.

    Nope, and adding to the “Do Not Load These Files From CDN” box does not help too.

    And we have the location directive in the vhost config.

    I do not have time to work on it now, so will check it next week.

    Thank you for your help.

    Plugin Author luckychingi

    (@luckychingi)

    Thanks for the update. Ping me if you need my assistance

    Thread Starter Svitlana Sukhoveiko

    (@svitlana41319)

    Hi @luckychingi
    I’ve added /wp-content/themes/Divi/style.dev.css to the “Do Not Load These Files From CDN” box, that helped.

    Thanks for your help! You can close the ticket.

    Plugin Author luckychingi

    (@luckychingi)

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Divi Font has been blocked by CORS policy’ is closed to new replies.