Eclipse
IntelliJ
NetBeans
XpoLog
Upload
API List
Favorites
Packages
Classes
Methods
Limit search to favorites
Recent
Register
Login
Classic Mode
Library:
W3C DOM 1.0
Package:
org.w3c.dom.css
Interface
public
interface
CSSFontFaceRule
extends
CSSRule
Overview
Inheritance
Members
Usage
Source
Books
Since
DOM Level
Version
Not specified.
Author(s)
Not specified.
The
CSSFontFaceRule
interface represents a @font-face rule in a CSS style sheet. The
@font-face
rule is used to hold a set of font descriptions.
See also the
Document Object Model (DOM) Level 2 Style Specification
.
Wiki javadoc
Use
textile entry format
.
Add your comments here.
NOTE: Usage information is based only on libraries in your favorites list.
In Constructors
In Fields
Returned by
As method parameter
Home
-
About
-
FAQ
-
Privacy
-
Contact
CSSFontFaceRuleinterface represents a @font-face rule in a CSS style sheet. The@font-facerule is used to hold a set of font descriptions.See also the Document Object Model (DOM) Level 2 Style Specification.