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

后端 未结 25 1475
长发绾君心
长发绾君心 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:29

    If your are using Chrome, try adding an opentype (OTF) version of your font as shown below:

        ...
         url('icomoon.otf') format('opentype'),
        ...
    

    Cheers!

提交回复
热议问题