cal--daytitle-font-family Attribute | calDaytitleFontFamily Property
This topic documents a feature of Binary Behaviors, which are obsolete as of Internet Explorer 10.
Sets or retrieves the name of the font used for the calendar behavior.
Syntax
CSS { cal--daytitle-font-family : sFont } Scripting [ sFont = ] calendar.style.calDaytitleFontFamily
Possible Values
sFont String that specifies or receives one of the following values.
- family-name
- String that specifies any of the available font families supported by the document (for example,
Times
,Helvetica
,Zapf-Chancery
,Western
, orCourier
).- generic-name
- String that specifies any of the following font families:
serif
,sans-serif
,cursive
,fantasy
, ormonospace
.The property is read/write. The property has no default value. The Cascading Style Sheets (CSS) attribute is not inherited.
Remarks
The cal--daytitle-font-family attribute is available only to objects participating in the calendar behavior.
Applies To