📜  字体粗细顺风 - 任何代码示例

📅  最后修改于: 2022-03-11 14:57:17.460000             🧑  作者: Mango

代码示例1
font-thin    font-weight: 100;
font-extralight    font-weight: 200;
font-light    font-weight: 300;
font-normal    font-weight: 400;
font-medium    font-weight: 500;
font-semibold    font-weight: 600;
font-bold    font-weight: 700;
font-extrabold    font-weight: 800;
font-black    font-weight: 900;