/* 文字字体 */ .Semibold{ font-family: PingFangSC-Semibold, PingFang SC; font-weight: 600; } .Regular{ font-family: PingFangSC-Regular, PingFang SC; font-weight: 400; } .Medium{ font-family: PingFangSC-Medium, PingFang SC; font-weight: 500; } /* 数字字体 */ .NumberBold{ font-family: DINPro-Bold, DINPro; font-weight: bold; } .NumberMedium{ font-family: DINPro-Medium, DINPro; font-weight: 500; }