** Lazydogs Typefoundry ** www.lazydogs.de ** Email: info@lazydogs.de Thanks for licensing Lazydogs web fonts! Please keep our babies safe out there and protect them from being pirated. As described in the EULA for web fonts delivered with your product you have to prevent hot-linking of font files. Here is a short introduction how to do it. Generate a .htaccess file in the folder on your server the font files are located in. If you are not familiar with .htaccess or your hosts restrictions about this, find further information on the internet or your hosts website. The .htaccess file is usually a common plain text file. Content of the file should be something like this: RewriteEngine On RewriteCond %{HTTP:Origin} !^$|http(s)?://(www\.)?example\.com$ [NC] RewriteRule \.(woff|eot)$ - [NC,L] RewriteCond %{HTTP_REFERER} !. RewriteRule \.(woff|woff2 | eot)$ - [F,NC,L] Options -Indexes Don’t forget to change «example\.com» in your url and top-level-domain suffix. Be aware that this depends on how your hosting service is handling .htaccess file properties. Note that you have to have proper user and file permissions for the server. Uploading and generating the .htaccess file requires ftp access, common user permissions, file permissions and at least some kind of ftp client program. For further information start a web search about «prevent hotlinking». There is plenty of information about this topic. ** © Lazydogs Typefoundry, December 2020