网络字体

最后更新于:2022-04-02 03:39:24

[TOC] ## 概述 ``` uni.loadFontFace({ family: 'Bitstream Vera Serif Bold', source: 'url("https://sungd.github.io/Pacifico.ttf")', success() { console.log('success') } }) ```
';