Hello,
We have used some font awesome and other fonts into our custom created components folder (customcomponents/lib/css/fontawesome.css).So into that file we have the css mentioned below.
@font-face{font-family:‘FontAwesome’;src:url(‘…/fonts/fontawesome-webfont.eot?v=4.7.0’)
but now after deployment if I try to run the application its throws the error related to fonts in the console because it tries to search for the fonts in my deployed application for e.g after deployment we have the application in webapps and inside the application we have folders like customcomponents,wro etc. so due to …fonts/fontawesome which is in the css file which is grouped togther into wro folder it tries to look for fonts folder in root directory of the applications. Hence we have to manually add the fonts folder in the location where we have custom components,wro etc