Skip to content

Instantly share code, notes, and snippets.

@SitesByYogi
Last active October 26, 2022 17:27
Show Gist options
  • Save SitesByYogi/4eb69230a87505b9eec435fabe9d50eb to your computer and use it in GitHub Desktop.
Save SitesByYogi/4eb69230a87505b9eec435fabe9d50eb to your computer and use it in GitHub Desktop.
Remove Auto-Hyphens for headings and Sub Headings
.palette-primary .h1, .palette-primary .h2, .palette-primary .h3, .palette-primary .h4, .palette-primary .h5, .palette-primary .h6, .palette-primary h1, .palette-primary h2, .palette-primary h3, .palette-primary h4, .palette-primary h5, .palette-primary h6
{
word-wrap: normal;
hyphens: manual;
-webkit-hyphens: manual;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment