Sha256: b0c07011c04fa47294e3f8f55e5526b79a5e3920024ba678d8ba26e87d9d2dd0
Contents?: true
Size: 1009 Bytes
Versions: 95
Compression:
Stored size: 1009 Bytes
Contents
//// /// @group settings/typography //// // ========================================================= // Font families // ========================================================= /// Font families to use for all typography on screen media /// /// @type List /// @access public $govuk-font-family: $govuk-font-family-nta !default; /// Font families to use when displaying tabular numbers /// /// @type List /// @access public $govuk-font-family-tabular: $govuk-font-family-nta-tabular !default; /// Font families to use for print media /// /// @type List /// @access public $govuk-font-family-print: sans-serif !default; // ========================================================= // Font weights // ========================================================= /// Font weight for regular typography /// /// @type Number /// @access public $govuk-font-weight-regular: 400 !default; /// Font weight for bold typography /// /// @type Number /// @access public $govuk-font-weight-bold: 700 !default;
Version data entries
95 entries across 95 versions & 2 rubygems