Skip to content

Instantly share code, notes, and snippets.

@giuliandrimba
Created February 24, 2015 21:45
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 giuliandrimba/498b502a00022a83be1c to your computer and use it in GitHub Desktop.
Save giuliandrimba/498b502a00022a83be1c to your computer and use it in GitHub Desktop.
Photoshop typography
letter_spacing($spacing)
letter-spacing: unit($spacing/1000, 'em');
font_size($size, $leading)
font-size $size
if $leading
line-height: unit(100 * ($leading / $size), "%")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment