1.将字体引入项目,本地文件或者线上文件都可以
2.在app.vue中引用
@font-face { font-family: my-font; src: url('~@/static/my-font.ttf'); }
3.使用
.text-myfont{ font-family: my-font }