に5アプリを動作していない、私はアドバイスどおりRuby on Rails Bootstrap Glyphicons not workingに... ...私application.sass
ファイルにブートストラップGlyphiconsは私のRailsでは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')
これを持っています。 Chromeコンソールでこのエラーが発生する:Failed to decode downloaded font: http://localhost:3000/assets/glyphicons-halflings-regular.woff
、etc..
さまざまなフォント形式があります。
私はRails資産fonts
フォルダに何かを置く必要がありますか?もしそうなら、具体的には何ですか?これに助けてくれてありがとう。
わかりました、感謝としてURLを使用することができますそんなに!出来た! – Matt
@Mattは助けてうれしい! SOさんのおかげ - それがうまくいけば答えの答えとしてマークされました;) – idej
グリフィス4でRails 4に違いがあったかどうか知っていますか? – Matt