Class CSSFontFaceRule

java.lang.Object
com.helger.css.decl.CSSFontFaceRule
All Implemented Interfaces:
com.helger.commons.traits.IGenericImplTrait<CSSFontFaceRule>, ICSSTopLevelRule, IHasCSSDeclarations<CSSFontFaceRule>, ICSSSourceLocationAware, ICSSVersionAware, ICSSWriteable

@NotThreadSafe public class CSSFontFaceRule extends Object implements ICSSTopLevelRule, IHasCSSDeclarations<CSSFontFaceRule>, ICSSVersionAware, ICSSSourceLocationAware
Represents a single @font-face rule.
Example:
@font-face { font-family: 'icons'; src: url(path/to/font.woff) format('woff'); unicode-range: U+E000-E005; }
Author:
Philip Helger