0
工作在我的Rails應用程序5,我有這個在我的application.sass
文件...引導Glyphicons不是on Rails的
/*
*= require bootstrap-sass-official
...
*/
@font-face
font-family: 'Glyphicons Halflings'
src: url('/assets/glyphicons-halflings-regular.eot')
src: url('/assets/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('/assets/glyphicons-halflings-regular.woff') format('woff'), url('/assets/glyphicons-halflings-regular.ttf') format('truetype'), url('/assets/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg')
...按建議在Ruby on Rails Bootstrap Glyphicons not working。我得到這個錯誤在我的Chrome控制檯:Failed to decode downloaded font: http://localhost:3000/assets/glyphicons-halflings-regular.woff
,etc..
的各種字體格式。
我需要將任何東西放入我的Rails資產fonts
文件夾?如果是這樣,具體是什麼?非常感謝你的幫助。
好吧,謝謝非常!有效! – Matt
@Matt樂於幫忙!所謂的感謝 - 標記,猶如它的工作原理回答的答案;) – idej
你知道,如果有與glyphicons工作是在軌道4,5什麼不同嗎? – Matt