微信小程序使用字体文件
TTF
css
@font-face {
font-family: 'ziti';
/* Project id 4683425 */
src: url('https://www.yilibabyclub.com/Attachment_Islion_New/BigPurchase/xiaoji/font/FZZYJW.TTF') format('truetype');
font-weight: normal;
font-style: normal;
font-display: swap;
}
.headBox>.topItem>view {
font-family: 'ziti' !important;
}WOFF
css
@font-face {
font-family: 'CustomFont';
src: url('https://dop.x.digitalyili.com/shortVideo/font/FZPSCHJW--GB1-0.woff') format('woff'),
url('https://dop.x.digitalyili.com/shortVideo/font/FZPSCHJW--GB1-0.woff2') format('woff2');
font-weight: normal;
font-style: normal;
font-display: swap;
}