-
zhangwei
2024-08-29 447e19fa298ae11a1c3a3fa2d2ff3a1a8dba0501
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
/*!
 * font-weight v1.0.0 (https://doc.firstui.cn)
 * Copyright 2024 FirstUI.
 * Licensed under the Apache license
 */
 
.fs-weight__400,
.fs-weight__normal{
    font-weight: 400;
}
.fs-weight__500{
    font-weight: 500;
}
.fs-weight__600{
    font-weight: 600;
}
 
.fs-bold,
.fs-weight__bold,
.fs-weight__700,
.fs-weight__800,
.fs-weight__900{
    font-weight: bold;
}