Font does not show

Home Forums Use Any Fonts Font does not show

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #6784
    Paco Aguayo
    Guest

    Hello!
    I been using the plugin in other sites, but for some reason, it’s not working with one site. I been trying to change the font name, re uploading it and does not work.

    Can you have a look?

    Beta site: (this shows the font)
    sofis.analogo.com.mx

    Site with problem:
    sofishome.com.mx

    #6786
    Dinesh
    Keymaster

    Hi Paco,

    For some reason, your font path is giving 404 Not found error. Seems like it is blocked from loading. http://sofishome.com.mx/wp-content/uploads/useanyfont/161214072458Quickpen.woff

    Can you please keep this in your htaccess file and try ? The above link will not give 404 when the blocked is removed.

    <FilesMatch "\.(ttf|otf|eot|woff)$">
      <IfModule mod_headers.c>
        Header set Access-Control-Allow-Origin "*"
      </IfModule>
    </FilesMatch>

    If this doesn’t work, please ask your host provider to enable font (woff and eot format) for loading.

    Thanks

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Font does not show’ is closed to new replies.