簡體   English   中英

Glyphicons字體真棒不再起作用

[英]Glyphicons font awesome doens't work anymore

首先,對不起我的英語。 我將symfony2用於我的項目,在我對CSS使用asset:install命令之前,一切都很好。 由於這我的字形從字體真棒無法正常工作。 這是我的CSS:

@font-face {

font-family: 'Glyphicons Halflings';

src: url('glyphicons-halflings-regular.eot');

src: url('glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'),

     url('glyphicons-halflings-regular.woff') format('woff'),

     url('glyphicons-halflings-regular.ttf') format('truetype'),

     url('glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg');

}

和我的布局:

<link href="{{ asset('bundles/oahcore/css/moncss.css') }}" rel="stylesheet" type="text/css" />

有什么想法嗎?

所有字體文件應位於字體中提到的位置。 使用font-family:'Glyphicons Halflings'作為需要應用此字體的元素

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM