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

vue引入外部字体

时间:2020-07-10 13:17:23      阅读:80      评论:0      收藏:0      [点我收藏+]

标签:一个   url   配置   生效   引入   css   src   font   weight   

首先将字体文件放到项目中,然后建一个css文件配置

@font-face {
font-family: ‘yahei‘; //重命名字体名
src: url(‘msyh.ttf‘); //引入字体
font-weight: normal;
font-style: normal;
}
再在main.js中导入该css即可生效

vue引入外部字体

标签:一个   url   配置   生效   引入   css   src   font   weight   

原文地址:https://www.cnblogs.com/bsrookie/p/13278448.html

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