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

vue font-icon 图标

时间:2019-04-29 14:14:15      阅读:142      评论:0      收藏:0      [点我收藏+]

标签:main   mon   引入   font-face   stat   normal   col   9.png   com   

1、vue 游览器左上角小图标

把.ico文件放在根目录下的static文件夹下,然后link标签引入 <link rel="shortcut icon" href="./static/favicon.ico">

技术图片

2、引入font文件并使用font图标

(1)把font文件放入到文件夹

技术图片

(2)创建font.css  修改

@font-face {
font-family: "Ionicons";
src: url("./glyphicons-halflings-regular.eot");
src: url("./glyphicons-halflings-regular.eot#iefix") format("embedded-opentype"),
url("./glyphicons-halflings-regular.ttf") format("truetype"),
url("./glyphicons-halflings-regular.woff") format("woff"),
url("./glyphicons-halflings-regular.svg#Ionicons") format("svg");
font-weight: normal;
font-style: normal;
}

 (3)main.js 引入font.css

技术图片

import ‘./common/fonts/font.css‘

注意:同级(./)上级(../)

 

vue font-icon 图标

标签:main   mon   引入   font-face   stat   normal   col   9.png   com   

原文地址:https://www.cnblogs.com/wuss/p/10789940.html

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