vue引入外部字体
摘要:
首先将字体文件放到项目中,然后建一个css文件配置 @font-face { font-family: 'yahei'; //重命名字体名 src: url('msyh.ttf'); //引入字体 font-weight: normal; font-style: normal;}再在main.js中 阅读全文
posted @ 2020-07-10 11:43 大别傻 阅读(856) 评论(0) 推荐(0) 编辑
2020年7月10日 #
posted @ 2020-07-10 11:43 大别傻 阅读(856) 评论(0) 推荐(0) 编辑
2020年7月8日 #
posted @ 2020-07-08 10:21 大别傻 阅读(471) 评论(0) 推荐(0) 编辑