ICSS2Properties.Font

ICSS2Properties.Font property

The ‘font’ property is, except as described below, a shorthand property for setting ‘font-style’, ‘font-variant’, ‘font-weight’, ‘font-size’, ’line-height’, and ‘font-family’, at the same place in the style sheet. The syntax of this property is based on a traditional typographical shorthand notation to set multiple properties related to fonts.

public string Font { get; set; }

Return Value

font property

See Also