Failed to decode downloaded font, OTS parsing error: invalid version tag + rails 4

后端 未结 25 1548
长发绾君心
长发绾君心 2020-12-04 11:46

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

25条回答
  •  时光说笑
    2020-12-04 12:21

    For it is fixed by using below statement in app.web.scss
        $fa-font-path:   "../../node_modules/font-awesome/fonts/" !default;
        @import "../../node_modules/font-awesome/scss/font-awesome";
    

提交回复
热议问题