Skip to content

Instantly share code, notes, and snippets.

@rpsthecoder
Created November 6, 2018 12:21
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 rpsthecoder/d0a156123c0115fdfcd829209fa6e13b to your computer and use it in GitHub Desktop.
Save rpsthecoder/d0a156123c0115fdfcd829209fa6e13b to your computer and use it in GitHub Desktop.
@supports not ((-webkit-text-orientation: upright) or (text-orientation: upright)) {
/* some in-between space if the letters are sideways */
.title {letter-spacing: 5px;}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment