在線購買glyphicons後,我將glyphicons regular
與bootstrap (3.3.6)
集成到Rails 4.2應用程序中。在此之前glyphicon halfings
已被其他人整合。我所做的就是將5個glyphicon文件(svg, ttf, eot, woff, woff2
)複製到glyphicons/web/bootstrap-example/fonts/
到assets/fonts/
。也複製到plyphicons/web/bootstrap-example/css/glyphicons.css
to`assets/stylesheets /'。以下是文件下軌資產:glyphicons PRO圖標無法在Rails 4.2中正確顯示4.2/bootstrap
的問題是,在glyphicon regular
圖標不顯示。
在application.css.scss
,添加@import glyphicons.css
的問題是,所述glyphicon不正確顯示。這裏是草藥codel:
<%= link_to '<i class="glyphicons glyphicons-eye-open"></i> Free Trial Now'.html_safe,... %>
我們的過程中缺少什麼?謝謝。
你可以告訴我控制檯錯誤,如果有,並在HTML元素(F12,檢查元素...) – HudsonPH