Skip to content

Instantly share code, notes, and snippets.

@yatil
Created September 1, 2011 11:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yatil/1185992 to your computer and use it in GitHub Desktop.
Save yatil/1185992 to your computer and use it in GitHub Desktop.
Best approach to hyphenation?
/*You could add h1, h2, h3,…,h6,*/ p, li, table { -webkit-hyphens : auto; -moz-hyphens : auto; hyphens : auto; }
input, textarea { -webkit-hyphens : manual; -moz-hyphens : manual; hyphens : manual; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment