Title: vanguardsolutions's Replies | WordPress.org

---

# vanguardsolutions

  [  ](https://wordpress.org/support/users/vanguardsolutions/)

 *   [Profile](https://wordpress.org/support/users/vanguardsolutions/)
 *   [Topics Started](https://wordpress.org/support/users/vanguardsolutions/topics/)
 *   [Replies Created](https://wordpress.org/support/users/vanguardsolutions/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/vanguardsolutions/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/vanguardsolutions/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/vanguardsolutions/engagements/)
 *   [Favorites](https://wordpress.org/support/users/vanguardsolutions/favorites/)

 Search replies:

## Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Minimal Coming Soon – Coming Soon Page] icomoon.woff status of 403](https://wordpress.org/support/topic/icomoon-woff-status-of-403/)
 *  Thread Starter [vanguardsolutions](https://wordpress.org/support/users/vanguardsolutions/)
 * (@vanguardsolutions)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/icomoon-woff-status-of-403/#post-13854316)
 * Still struggling with the same issue on a new domain: [https://thecuriouswildcrafter.ca/](https://thecuriouswildcrafter.ca/)
 * I am finding that the Icomoon font icons are not displaying properly. They are
   displaying as an empty box icon.
 * I have added the following code to my .htaccess file at the top directory of 
   the website in an attempt to correct a CORS issue.
 *     ```
       <FilesMatch “.(eot|otf|ttf|woff|woff2)”>
       Header always set Access-Control-Allow-Origin “*”
       </FilesMatch>
   
       <IfModule mod_rewrite.c>
         RewriteEngine on
   
         RewriteCond %{HTTP_HOST} ^www\.(.+)$ [NC]
         RewriteRule ^ http://%1%{REQUEST_URI} [L,R=301]
       ```
   
 * Is there a solution for this issue?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Minimal Coming Soon – Coming Soon Page] icomoon.woff status of 403](https://wordpress.org/support/topic/icomoon-woff-status-of-403/)
 *  Thread Starter [vanguardsolutions](https://wordpress.org/support/users/vanguardsolutions/)
 * (@vanguardsolutions)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/icomoon-woff-status-of-403/#post-13793357)
 * Hi, Alexandru.
 * Thank you for your response.
 * How did you find this version of the error message? All I am getting is a 403.
 * In my .htaccess file at the top level I have the lines:
 * <FilesMatch “.(eot|otf|ttf|woff|woff2)”>
    Header always set Access-Control-Allow-
   Origin “*” </FilesMatch>
 * It also has:
    RewriteCond %{HTTP_HOST} ^www\.(.+)$ [NC] RewriteRule ^ [http://%1%](http://%1%){
   REQUEST_URI} [L,R=301]
 * My WordPress is also set for [https://richardosborne.ca](https://richardosborne.ca)
 * What else do I need to do to unblock these fonts?

Viewing 2 replies - 1 through 2 (of 2 total)