<IfModule mod_headers.c>
    # Allow fonts to be accessed from any domain (CORS)
    <FilesMatch "\.(ttf|ttc|otf|eot|woff|woff2)$">
        Header set Access-Control-Allow-Origin "*"
    </FilesMatch>
</IfModule>