Skip to content

Commit 1051d92

Browse files
Merge pull request #1986 from nhsuk/adjust-font-size-adjust
[v10] Tweak `font-size-adjust` on `nhsuk-font-monospace`
2 parents 2a1d198 + ff228e5 commit 1051d92

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -252,8 +252,9 @@ You can still use `nhsuk-print-colour` and `nhsuk-print-hide` but we'll remove t
252252

253253
### :wrench: **Fixes**
254254

255-
- [#1942: Update `nhsuk-spacing()` to add missing `$adjustment` and `$important` params](https://github.com/nhsuk/nhsuk-frontend/pull/1942).
256-
- [#1997: Preserve conditionally revealed content margins when JavaScript is not supported](https://github.com/nhsuk/nhsuk-frontend/pull/1997).
255+
- [#1942: Update `nhsuk-spacing()` to add missing `$adjustment` and `$important` params](https://github.com/nhsuk/nhsuk-frontend/pull/1942)
256+
- [#1986: Update `nhsuk-font-monospace` font size to better match body text](https://github.com/nhsuk/nhsuk-frontend/pull/1986/changes)
257+
- [#1997: Preserve conditionally revealed content margins when JavaScript is not supported](https://github.com/nhsuk/nhsuk-frontend/pull/1997)
257258

258259
## 10.5.2 - 8 June 2026
259260

packages/nhsuk-frontend/src/nhsuk/core/tools/_typography.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@
118118
}
119119

120120
font-family: $font-family-value;
121-
font-size-adjust: 0.5;
121+
font-size-adjust: 0.52;
122122
}
123123

124124
/// Word break helper

0 commit comments

Comments
 (0)