App.vue中
<style lang="scss">
/* 注意要写在第一行,同时给style标签加入lang="scss"属性 */
@import "uview-ui/index.scss";
@font-face {
font-family: 'selffont';
src: url("/static/fonts/AlimamaFangYuanTiVF-Thin.ttf");
}
* {
font-family: "selffont", sans-serif !important;
}
</style>
标签:scss,uniapp,family,selffont,字体,全局,font
From: https://www.cnblogs.com/chunyouqudongwuyuan/p/17767136.html