Sets or retrieves the name of the font used for the calendar behavior.
Syntax
XML <Prefix:CustomTag ID = sID STYLE="behavior:url('calendar.htc'); cal--daytitle-font-family: sFamily;" .../> HTML { cal--daytitle-font-family: [[family-name | generic-name ],]* [family-name | generic-name] } Scripting [ sFamily = ] oCalendar.style.calDaytitleFontFamily
Possible Values
Prefix Prefix used to associate CustomTag with a namespace. This prefix is set using the XMLNS attribute of the HTML tag. CustomTag User-defined tag. sID String that uniquely identifies the object. family-name String specifying any of the available font families supported by the browser (for example, Times, Helvetica, Zapf-Chancery, Western, or Courier). generic-name String specifying any of the following font families: serif, sans-serif, cursive, fantasy, or monospace. The property is read/write with 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
calendar