小程序引入外部字体怎么实现呢?
小程序引入外部字体,用https://transfonter.org/转成了base64,然后把.css改成.wxss,但是报错 something must be wrong ,我想是因为包太大了,该怎么办呢
4 回复
font-family: ‘wzjfont’; /* project id 1037261 */
src: url(‘https://xxx/font.ttf’) format(‘truetype’),
url(‘https://xxx/font.woff’) format(‘woff’),
url(‘https://xxx/font.woff2’) format(‘truetype’),
url(‘https://xxx/font.svg#wzjfont’) format(‘svg’);
}