排版
字体粗细
用来控制字体粗细的功能类
语法
Class | Properties | 平台兼容性说明 |
---|---|---|
font-thin | font-weight: 100; | H5、小程序、app-vue、app-nvue |
font-extralight | font-weight: 200; | H5、小程序、app-vue、app-nvue |
font-light | font-weight: 300; | H5、小程序、app-vue、app-nvue |
font-normal | font-weight: 400; | H5、小程序、app-vue、app-nvue |
font-medium | font-weight: 500; | H5、小程序、app-vue、app-nvue |
font-semibold | font-weight: 600; | H5、小程序、app-vue、app-nvue |
font-bold | font-weight: 700; | H5、小程序、app-vue、app-nvue |
font-extrabold | font-weight: 800; | H5、小程序、app-vue、app-nvue |
font-black | font-weight: 900; | H5、小程序、app-vue、app-nvue |