We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a75100c commit ec28040Copy full SHA for ec28040
src/types.rs
@@ -11,6 +11,7 @@ use std::mem;
11
pub enum FontWeight {
12
Thin = 100,
13
ExtraLight = 200,
14
+ YaheiLight = 290,
15
Light = 300,
16
SemiLight = 350,
17
Regular = 400,
0 commit comments