IHTMLStyleFontFace2 interface

Represents an @font-face rule in a Cascading Style Sheets (CSS) style sheet.

Members

The IHTMLStyleFontFace2 interface inherits from the IDispatch interface. IHTMLStyleFontFace2 also has these types of members:

  • Properties

Properties

The IHTMLStyleFontFace2 interface has these properties.

Property Description

style

Retrieves the declaration block of the current rule.

 

Remarks

The @font-face rule is used to hold a set of font descriptions.

Requirements

Minimum supported client

Windows Vista with SP1, Windows 7

Minimum supported server

Windows Server 2008 R2

Header

Mshtml.h

IDL

Mshtml.idl

DLL

Mshtml.dll

See also

IDispatch