New to Kendo UI for Angular? Start a free 30-day trial
TypographyFontWeight
Specifies the font weight.
The possible values are:
light
—font-weight: 300normal
—font-weight: 400bold
For Default and Bootstrap themes—font-weight: 700. For Material theme—font-weight: 500.
type
TypographyFontWeight = "light" | "normal" | "bold";