无法解码下载的字体,OTS解析错误:无效的版本标记+ rails 4
我正在做资产的预编译,并在生产模式下运行该应用程序。编译后,当我加载索引页面时,我在chrome控制台中收到以下警告: Failed to decode downloaded font: http://localhost:3000/fonts/ionicons.ttf?v=2.0.0 prospects:1 OTS parsing error: invalid version tag Failed to decode downloaded font: http://localhost:3000/fonts/ionicons.woff?v=2.0.0 prospects:1 OTS parsing error: invalid version tag 问题是它没有加载图标,而不是显示正方形。 我们使用了自定义字体,代码为: @font-face { font-family: 'icomoon'; src: font-url('icomoon.eot'); src: font-url('icomoon.eot?#iefix') format('embedded-opentype'), font-url('icomoon.ttf') format('truetype'), font-url('icomoon.woff') format('woff'), font-url('icomoon.svg#icomoon') format('svg'); font-weight: normal; font-style: normal; } 我不知道我到底缺少什么。我进行了很多搜索并尝试了解决方案,但没有成功。