Skip to content

Font Weight

font-weight CSS 属性指定了字体的粗细程度。一些字体只提供 normalbold 两种值。

语法

Class属性uni-app-x 兼容性
font-thinfont-weight: 100;
font-extralightfont-weight: 200;
font-lightfont-weight: 300;
font-normalfont-weight: 400;APP
font-mediumfont-weight: 500;
font-semiboldfont-weight: 600;
font-boldfont-weight: 700;APP
font-extraboldfont-weight: 800;
font-blackfont-weight: 900;

适用组件

文本按钮输入框多行输入框
textbuttoninputtextarea

参见