阿里妈妈方圆体如何使用圆角

下载地址:https://www.iconfont.cn/fonts/detail?spm=a313x.fonts_index.i1.d9df05512.2c2d3a81BeI8U3&cnid=pOvFIr086ADR

使用方法:

@font-face {
  font-family: 方圆体;
  src: url("@/assets/fonts/阿里妈妈方圆体/AlimamaFangYuanTiVF-Thin.ttf") format("truetype"), url("@/assets/fonts/阿里妈妈方圆体/AlimamaFangYuanTiVF-Thin.woff") format("woff"),
    url("@/assets/fonts/阿里妈妈方圆体/AlimamaFangYuanTiVF-Thin.woff2") format("woff2");
  font-weight: 500; /* 字重 */
  font-variation-settings: "BEVL" 100; /* 圆角 */
}
posted @ 2025-09-15 20:27  小周同学~  阅读(23)  评论(0)    收藏  举报