Skip to content

Instantly share code, notes, and snippets.

@KustomDeveloper
Created October 3, 2019 17:36
Show Gist options
  • Select an option

  • Save KustomDeveloper/1822381a8843793e2a6a8e800ca657da to your computer and use it in GitHub Desktop.

Select an option

Save KustomDeveloper/1822381a8843793e2a6a8e800ca657da to your computer and use it in GitHub Desktop.
Allow unbounce to access fonts on my webserver
# Apache config
<FilesMatch ".(eot|ttf|otf|woff|woff2)">
Header set Access-Control-Allow-Origin "*"
</FilesMatch>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment