cal--currentMonth-font-Weight Attribute | calCurrentMonthFontWeight Property
This topic documents a feature of Binary Behaviors, which are obsolete as of Internet Explorer 10.
Sets or retrieves the weight of the font used for the current month in the calendar behavior.
Syntax
CSS { cal--currentMonth-font-Weight : sWeight } Scripting [ sWeight = ] calendar.style.calCurrentMonthFontWeight
Possible Values
sWeight String that specifies or receives one of the following values:
bold
- Font is bold.
bolder
- Font is heavier than normal
bold
.lighter
- Font is lighter than normal.
- normal
- Default. Font is normal.
100
- Font is at least as light as the 200 weight.
200
- Font is at least as bold as the 100 weight and at least as light as the 300 weight.
300
- Font is at least as bold as the 200 weight and at least as light as the 400 weight.
400
- Font is normal.
500
- Font is at least as bold as the 400 weight and at least as light as the 600 weight.
600
- Font is at least as bold as the 500 weight and at least as light as the 700 weight.
700
- Font is bold.
800
- Font is at least as bold as the 700 weight and at least as light as the 900 weight.
900
- Font is at least as bold as the 800 weight.
The property is read/write. The property has a default value of normal. The Cascading Style Sheets (CSS) attribute is inherited.
Remarks
The cal--currentMonth-font-Weight attribute is available only to objects participating in the calendar behavior.
Applies To
calendar