New to Kendo UI for Angular? Start a free 30-day trial
TypographyFontWeight
Sets the font weight.
You can use these values:
light—font-weight: 300normal—font-weight: 400bold—font-weight: 700 (for Default and Bootstrap themes); font-weight: 500 (for Material theme)
type TypographyFontWeight = "light" | "normal" | "bold";