• Hosted in the EU
  • GDPR Compliant

Supporting Web Fonts

Supporting Web Fonts

Many websites make use of a custom font. Normally this would not be a problem for your customers but when in a co-browsing session this can be a problem for the agent. This is due to the fact that the site is not being loaded from the same domain. In such cases, the default font is used and can lead to the site being shown differently for the agent. To remedy this, the following script needs to be placed in the .htaccess or httpd.conf file:

if ($filename ~* ^.*?\.(eot)|(ttf)|(woff)$){
add_header Access-Control-Allow-Origin *;
}

For more information on this script, please see the following article: http://davidwalsh.name/cdn-fonts.

If you have any other questions, please contact support.