Class CssFontFaceRule


  • public class CssFontFaceRule
    extends CssNestedAtRule
    Class to store a CSS font face At rule.
    • Field Detail

      • properties

        private java.util.List<CssDeclaration> properties
        Properties in the form of a list of CSS declarations.
    • Constructor Detail

      • CssFontFaceRule

        public CssFontFaceRule()
        Instantiates a new CSS font face rule.
    • Method Detail

      • getProperties

        public java.util.List<CssDeclaration> getProperties()
        Gets the properties.
        Returns:
        the properties
      • resolveUnicodeRange

        public Range resolveUnicodeRange()
        Resolves `unicode-range` property if it exists in the properties.
        Returns:
        the resolved range or null if there is no `unicode-range` property