码迷,mamicode.com
首页 > 其他好文 > 详细

Bootstrap如何正确引用字体图标

时间:2018-12-12 22:06:51      阅读:147      评论:0      收藏:0      [点我收藏+]

标签:reg   ace   span   改变   hicon   style   pen   css   url   

第一种(字体文件的路径请灵活改变)

<style type="text/css">
        @font-face {
            font-family: ‘Glyphicons Halflings‘;
            src: url(‘font/glyphicons-halflings-regular.eot‘);
            src: url(‘font/glyphicons-halflings-regular.eot?#iefix‘) format(‘embedded-opentype‘), url(‘font/glyphicons-halflings-regular.woff‘) format(‘woff‘), url(‘font/glyphicons-            halflings-regular.ttf‘) format(‘truetype‘), url(‘fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular‘) format(‘svg‘);
        }

第二种

<!--<style type="text/css">
            @font-face {
    font-family: ‘Glyphicons Halflings‘;
    src: url(‘font/glyphicons-halflings-regular.eot‘);
    src: url(‘font/glyphicons-halflings-regular.eot?#iefix‘) format(‘embedded-opentype‘),
          url(‘font/glyphicons-halflings-regular.woff‘) format(‘woff‘), 
          url(‘font/glyphicons-halflings-regular.ttf‘) format(‘truetype‘),
          url(‘font/glyphicons-halflings-regular.svg#glyphicons_halflingsregular‘) format(‘svg‘);
   }

 

Bootstrap如何正确引用字体图标

标签:reg   ace   span   改变   hicon   style   pen   css   url   

原文地址:https://www.cnblogs.com/xiaohu666/p/10111198.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!