Custom Fonts Not Rendering Properly on Apache Server

Resolve issues related to custom fonts not rendering properly on a website.

Code

<FilesMatch ".(ttf|otf|eot|woff)$">
  <IfModule mod_headers.c>
    Header set Access-Control-Allow-Origin "*"
  </IfModule>
</FilesMatch>