Search
Close this search box.
Search
Close this search box.

Fonts

Check out this article.

Troubleshooting

@font-face does not work for park domains

You need to include this code in your htaccess:

AddType font/ttf .ttf
AddType font/eot .eot
AddType font/otf .otf
AddType font/woff .woff

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