enum CSS::FontWeight
Defined in:
css/font_weight.crEnum Members
-
Normal =
0
-
Bold =
1
Instance Method Summary
- #bold?
- #normal?
-
#to_s(io : IO)
Appends a
String
representation of this enum member to the given io.