iuap-design
Version:
UI Framework Used For Enterprise.
15 lines (13 loc) • 618 B
Markdown
##字体粗细
字体粗细提供了如下粗细数值:unset、100、200、300、400、500、600、700、800、900。
添加如下样式即可实现对应的效果。
* `.font-weight-unset`: font-weight值为unset
* `.font-weight-100`: font-weight值为100
* `.font-weight-200`: font-weight值为200
* `.font-weight-300`: font-weight值为300
* `.font-weight-400`: font-weight值为400
* `.font-weight-500`: font-weight值为500
* `.font-weight-600`: font-weight值为600
* `.font-weight-700`: font-weight值为700
* `.font-weight-800`: font-weight值为800
* `.font-weight-900`: font-weight值为900