feat: 新增样式文件
This commit is contained in:
20
src/static/scss/font-weight.scss
Normal file
20
src/static/scss/font-weight.scss
Normal file
@@ -0,0 +1,20 @@
|
||||
// 字体-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;
|
||||
}
|
||||
Reference in New Issue
Block a user