Font Weight 
font-weight CSS 属性指定了字体的粗细程度。一些字体只提供 normal 和 bold 两种值。
语法 
| Class | 属性 | uni-app-x 兼容性 | 
|---|---|---|
| font-thin | font-weight: 100; | |
| font-extralight | font-weight: 200; | |
| font-light | font-weight: 300; | |
| font-normal | font-weight: 400; | APP | 
| font-medium | font-weight: 500; | |
| font-semibold | font-weight: 600; | |
| font-bold | font-weight: 700; | APP | 
| font-extrabold | font-weight: 800; | |
| font-black | font-weight: 900; | 
适用组件 
| 文本 | 按钮 | 输入框 | 多行输入框 | 
|---|---|---|---|
| text | button | input | textarea |