diff --git a/CHANGELOG.md b/CHANGELOG.md index fd4d11fbf..f98a6053c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ - Update package dependencies to latest versions - Remove the `pattern="[0-9]*"` attribute from NHS number examples to allow for spaces +- Update code example for the font weight normal override class ## 3.10.0 - 21 January 2021 diff --git a/app/components/typography-weight.njk b/app/components/typography-weight.njk index 471d7dd06..3c3e90e79 100644 --- a/app/components/typography-weight.njk +++ b/app/components/typography-weight.njk @@ -1,2 +1,2 @@ -

nhsuk-u-font-weight-regular

+

nhsuk-u-font-weight-normal

nhsuk-u-font-weight-bold

diff --git a/app/views/design-system/styles/typography.njk b/app/views/design-system/styles/typography.njk index 89ecf43bd..7039715ee 100644 --- a/app/views/design-system/styles/typography.njk +++ b/app/views/design-system/styles/typography.njk @@ -2,7 +2,7 @@ {% set pageDescription = "Our fonts and typographic styles, and how to apply them." %} {% set pageSection = "Design system" %} {% set subSection = "Styles" %} -{% set dateUpdated = "December 2020" %} +{% set dateUpdated = "January 2021" %} {% set backlog_issue_id = "1" %} {% extends "includes/app-layout.njk" %} diff --git a/app/views/whats-new/index.njk b/app/views/whats-new/index.njk index f3e421539..2d04378aa 100644 --- a/app/views/whats-new/index.njk +++ b/app/views/whats-new/index.njk @@ -34,6 +34,7 @@

Added guidance for asking for whole numbers using the text input component

Updated code examples with inputmode numeric for the ask users for their NHS number pattern and date inputcomponent

+

Updated code example for the font weight normal override class

diff --git a/app/views/whats-new/updates.njk b/app/views/whats-new/updates.njk index d93f19588..bf0250c13 100644 --- a/app/views/whats-new/updates.njk +++ b/app/views/whats-new/updates.njk @@ -36,6 +36,7 @@

Added guidance for asking for whole numbers using the text input component

Updated code examples with inputmode numeric for the ask users for their NHS number pattern and date inputcomponent

+

Updated code example for the font weight normal override class