Created
October 3, 2019 17:36
-
-
Save KustomDeveloper/1822381a8843793e2a6a8e800ca657da to your computer and use it in GitHub Desktop.
Allow unbounce to access fonts on my webserver
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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