|weight|String|normal|否|字体粗细,可选值为 normal / bold / 100 / 200../ 900|
|variant|String|normal|否|设置小型大写字母的字体显示文本,可选值为 normal / small-caps / inherit|
**代码示例**
## 代码示例
```javascript
uni.loadFontFace({
...
...
@@ -48,15 +52,20 @@ uni.loadFontFace({
})
```
**Tips**
uni-app x 中加载字体图标,详见 hello uni-app x 的 [loadFontFace](https://gitcode.net/dcloud/hello-uni-app-x/-/blob/master/pages/API/load-font-face/load-font-face.uvue)