Add HTML and CSS for extended GSM characters

Based on feedback from this pull request:

https://github.com/alphagov/notifications-admin/pull/3711
This commit is contained in:
Tom Byers
2020-11-13 22:31:28 +00:00
parent c1151c5e8e
commit 070ed818cf
2 changed files with 10 additions and 1 deletions

View File

@@ -60,3 +60,9 @@
.destructive-link--no-visited-state {
@include destructive-link-style-no-visited-state;
}
// Font override classes
.extended-gsm-characters {
font-family: $govuk-font-family-tabular;
letter-spacing: 0.5em;
}