I am doing assets pre-compile, and running the application in production mode. After compilation when I load the my index page I got followings warnings in the chrome consol
I've had this problem twice already with icon fonts generated by icomoon. In both cases one of the icons was using the "space character" (20)
It seems that using the space character (code 20) is triggering this issue. After I changed the code to something other than 20 (space), the font worked properly in Chrome.