Sha256: cb061b6f8785731f5eaec0b654edc7f5430726a71aebb9b33a3dc42bf2ffc787
Contents?: true
Size: 993 Bytes
Versions: 25
Compression:
Stored size: 993 Bytes
Contents
//// /// @group settings/typography //// /// List of font families to use if using GDS Transport (the default font /// 'stack' for GOV.UK) /// /// @type List /// @access public $govuk-font-family-gds-transport: "GDS Transport", arial, sans-serif; /// List of font families to use if using NTA (old font 'stack' for /// GOV.UK) /// /// @type List /// @access public /// @deprecated To be removed once support for compatibility mode is dropped $govuk-font-family-nta: "nta", arial, sans-serif; /// List of font families to use if using the 'tabular numbers' subset of NTA /// (the default font 'stack' for GOV.UK) /// /// Because ntatabularnumbers only includes the digits 0-10, all other glyphs /// will 'fall-through' the stack to NTA. /// /// @type List /// @access public /// @deprecated To be removed once support for compatibility mode is dropped $govuk-font-family-nta-tabular: "ntatabularnumbers", $govuk-font-family-nta; /*# sourceMappingURL=_typography-font-families.scss.map */
Version data entries
25 entries across 25 versions & 1 rubygems