Skip to main content

custom fonts not loading on chrome but in safari work fine

Comments

1 comment

  • Mihail Stremenovskii

    Hello!

    Looks like access to the font is blocked: Screenshot

    The response to the CORS request is missing the required Access-Control-Allow-Origin header, which is used to determine whether or not the resource can be accessed by content operating within the current origin.

    Please, try doing the following:

    If the server is under your control, add the origin of the requesting site to the set of domains permitted access by adding it to the Access-Control-Allow-Origin header's value.

    For example, to allow a site at https://agorabarcelona.es to access the resource using CORS, the header should be:

    Access-Control-Allow-Origin: https://agorabarcelona.es

    Please let us know the result. Thank you!

    Kind regards, 

    Mihail

    0

Please sign in to leave a comment.