Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1019297

    My social icons in the secondary header, social icons in the footer, and the search icon in the main header all display as squares when viewing in Chrome (Version 69.0.3497.100 (Official Build) (64-bit)). They display fine in Microsoft Edge. I found another thread from 2016 saying it could be a CORS issue so I placed the recommended code in the .htaccess file (see below) but it didn’t do anything. I did clear my cache.

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

    How can I fix this?

    #1019372

    Hey sjahan,

    I can’t reproduce that on my end using the same version and browser, please try clearing your browser cache and reload page.

    Best regards,
    Rikard

    #1019664

    Yup it’s working now. Thank you

    #1019785

    Hi,

    Great, glad you got it working. I’ll close this for now then, please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Social Icons Display as Squares – Chrome’ is closed to new replies.