Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #387116

    Hello, first of all, wonderfull work on the theme!
    I am using Enfold for a site but I am encountering the common problem of weird chinese characters when the entypo / fontello font is used. This is working properly when the site is reached by its original domain name, but when I visit the site on a another domain name I am seeing weird characters.

    Thanks in advance

    • This topic was modified 9 years, 10 months ago by dypfryser.
    #387563

    Hey dypfryser!

    Thank you for using Enfold.

    Please refer to this link for a possible fix: http://www.fontsquirrel.com/blog/2010/11/troubleshooting-font-face-problems

    Basically, you need to add this line on .htaccess file:

    <FilesMatch "\.(eot|otf|woff|ttf)$">
      SetEnvIf Origin »
        "^http(s)?://(.+\.)?(domain1\.org|domain\.com)$" origin_is=$0
      Header set Access-Control-Allow-Origin %{origin_is}e env=origin_is
    </FilesMatch>

    Regards,
    Ismael

    #387937

    Hey Ismael,
    Thanks for your reply, but when I add the lines to the .htacces file I get a internal server error. (500).

    Any idea what causes this?

    Thanks in advance

    #388603

    Hi,

    Try with this:

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

    If you still get the error, please create us a temporary FTP account, post it here as a private reply.

    Regards,
    Josue

    #389577

    Hello Josue and Ismael,

    Thanks for your support, it is working properly now !

    Greetings,

    #389582
    This reply has been marked as private.
Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Weird characters entypo’ is closed to new replies.