Glyphicons Dont Show in WordPress Plugin Only

  1. 1st alternative is to use the CDN. When using it the icons are visible:

    https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css

  2. 2nd alternative is to include all resources necessary. When you are using only the min CSS, the console is marking the following resources as not found but required :

    GET wp-content/plugins/new/fonts/fontawesome-webfont.woff2?v=4.4.0  
    GET wp-content/plugins/new/fonts/fontawesome-webfont.woff?v=4.4.0  
    GET wp-content/plugins/new/fonts/fontawesome-webfont.ttf?v=4.4.0 404 (Not Found)
    

Here are the resources that you need (the fonts).

p.s. I’ve installed the plugin and then troubleshoot it.