<IfModule mod_headers.c>
  <FilesMatch "\.(ttf|otf|eot|woff|woff2|css|font.css)$">
    Header set Access-Control-Allow-Origin "https://staging.tactsolutionslk.com"
    Header set Access-Control-Allow-Methods "GET, OPTIONS"
    Header set Access-Control-Allow-Headers "Origin"
    Header set Cache-Control "public, max-age=0, must-revalidate"
  </FilesMatch>
</IfModule>