diff --git a/app/assets/stylesheets/local/_typography.scss b/app/assets/stylesheets/local/_typography.scss index 401562515..2e85bf969 100644 --- a/app/assets/stylesheets/local/_typography.scss +++ b/app/assets/stylesheets/local/_typography.scss @@ -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; +} diff --git a/app/templates/views/pricing/index.html b/app/templates/views/pricing/index.html index 81e7709e3..08cb6ce8e 100644 --- a/app/templates/views/pricing/index.html +++ b/app/templates/views/pricing/index.html @@ -44,7 +44,10 @@
If a text message is longer than 160 characters (including spaces), it’ll be charged as more than one message.
-The following characters are charged as 2 characters each: [ ] { } ^ \ | ~ €
+
+ The following characters are charged as 2 characters each:
+ []{}^\|~€
+