Files
YGChatCS/src/static/scss/font-weight.scss
2025-10-13 21:07:50 +08:00

21 lines
193 B
SCSS

// 字体-weight
.font-bold {
font-weight: bold;
}
.font-400 {
font-weight: 400;
}
.font-500 {
font-weight: 500;
}
.font-600 {
font-weight: 600;
}
.font-700 {
font-weight: 700;
}