webfont在vue中的使用
Posted zhujiujianghuxing
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了webfont在vue中的使用相关的知识,希望对你有一定的参考价值。
1 下载一个喜欢的字体 tff
http://www.font5.com.cn/tag.php?tag=ttf%B8%F1%CA%BD
2 使用webfont在线生成
https://www.fontke.com/tool/fontface/
3 项目创建 font.css
@font-face{font-family:‘haha‘; /* 瞎取个名字 */
src: url(‘char.eot‘); /* IE9 */
src: url(‘char.eot‘) format("embedded-opentype"), /* IE6-IE8 */
url(‘char.woff2‘) format("woff"), /* chrome、firefox */
url(‘char.ttf‘) format("truetype"); /* chrome、firefox、opera、Safari, android, ios 4.2+ */
font-style: normal; font-weight: normal;}
4 vue使用
4.1 引入
import FontStyles from ‘../font/font.css‘
4.2 写样式 font-family
<h2 style="font-family: haha;">super junior example</h2>
以上是关于webfont在vue中的使用的主要内容,如果未能解决你的问题,请参考以下文章
使用 font-spider 对 webfont 网页字体进行压缩
任何人都可以将这两种字体用作 Webfont 吗?我几乎使用 webfont 生成器服务,但没有一个有效