fontFamily property
      
      String
      get
      fontFamily
      
    
    
The fontFamily property of the CSSConditionRule interface
represents the name of the font family it applies to.
Implementation
external String get fontFamily;
      
      set
      fontFamily
      (String value) 
      
    
    
    
Implementation
external set fontFamily(String value);