@font-face {
  font-family: 'AlimamaFangYuanTi'; 
  /* 2. 指定字体文件的路径 */
  /* 建议优先使用 woff2 格式，因为它压缩率更高，加载更快 */
  src:  
  url('../font/AlimamaFangYuanTiVF-Thin.woff2') format('woff2'),
        url('../font/AlimamaFangYuanTiVF-Thin.woff') format('woff'),
        url('../font/AlimamaFangYuanTiVF-Thin.ttf') format('ttf');
        font-variation-settings: "BEVL" 80;
        font-display: swap;
}