java.lang.Object
org.openqa.selenium.devtools.v85.css.model.FontFace

public class FontFace extends Object
Properties of a web font: https://www.w3.org/TR/2008/REC-CSS2-20080411/fonts.html#font-descriptions
  • Constructor Details

  • Method Details

    • getFontFamily

      public String getFontFamily()
      The font-family.
    • getFontStyle

      public String getFontStyle()
      The font-style.
    • getFontVariant

      public String getFontVariant()
      The font-variant.
    • getFontWeight

      public String getFontWeight()
      The font-weight.
    • getFontStretch

      public String getFontStretch()
      The font-stretch.
    • getUnicodeRange

      public String getUnicodeRange()
      The unicode-range.
    • getSrc

      public String getSrc()
      The src.
    • getPlatformFontFamily

      public String getPlatformFontFamily()
      The resolved platform font family