Skip to content

Instantly share code, notes, and snippets.

@selfthinker
Last active January 26, 2022 16:23
Show Gist options
  • Save selfthinker/6655f12c64c936b7812c36c3a48e3eb4 to your computer and use it in GitHub Desktop.
Save selfthinker/6655f12c64c936b7812c36c3a48e3eb4 to your computer and use it in GitHub Desktop.
/* ==UserStyle==
@name Text Spacing
@namespace www.gov.uk
@version 1.0.0
@license MIT
@author Crown Copyright (Government Digital Service)
@description Apply text spacing styling to test WCAG's 1.4.12 Text Spacing
==/UserStyle== */
* {
line-height: 1.5 !important;
letter-spacing: 0.12em !important;
word-spacing: 0.16em !important;
}
p {
margin-bottom: 2em !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment