Hi @luckychingi !
Same issue for me. I use your plugin with W3 Total Cache and Amazon CloudFront.
As your FAQ says I entered to .htaccess file:
# Plugin Amazon AWS CDN
<FilesMatch "\.(ttf|ttc|otf|eot|woff|woff2|font.css)$">
<IfModule mod_headers.c>
Header add Access-Control-Allow-Origin "*"
Header set Access-Control-Allow-Origin "*"
</IfModule>
</FilesMatch>
# END Plugin Amazon AWS CDN
But fonts icons of theme AVADA and plugin SlicedInvoices disappeared for example. I followed your url above but don’t know to which css file I should enter:
AddType font/ttf ttf
AddType font/otf otf
AddType font/woff woff
AddType font/woff2 woff2
AddType application/vnd.ms-fontobject eot
I can set CORS with plugin W3 Total Cache if I use their premium version with full website CDN, but for this case I don’t need your plugin. I use the free version of W3 Total Cache in combination with yours.
Everything works fine if I use plugin CDN Enabler from keyCDN. I attached two screenshots as follows to show the difference:
a) https://www.screencast.com/t/VHw98PtBS
b) https://www.screencast.com/t/YHlSf0azIphL
It seems a bit tricky! I appreciate any help of your great plugin.