struct Protocol::CSS::FontFace
- Protocol::CSS::FontFace
- Struct
- Value
- Object
Overview
Properties of a web font: https://www.w3.org/TR/2008/REC-CSS2-20080411/fonts.html#font-descriptions and additional information such as platformFontFamily and fontVariationAxes.
Included Modules
- JSON::Serializable
Defined in:
protocol/css.crConstructors
Instance Method Summary
-
#font_display : String
The font-display.
-
#font_family : String
The font-family.
-
#font_stretch : String
The font-stretch.
-
#font_style : String
The font-style.
-
#font_variant : String
The font-variant.
-
#font_variation_axes : Array(FontVariationAxis) | Nil
Available variation settings (a.k.a.
-
#font_weight : String
The font-weight.
-
#platform_font_family : String
The resolved platform font family
-
#src : String
The src.
-
#unicode_range : String
The unicode-range.
Constructor Detail
Instance Method Detail
def font_variation_axes : Array(FontVariationAxis) | Nil
#
Available variation settings (a.k.a. "axes").