Skip to content

Instantly share code, notes, and snippets.

@jenter
Last active August 29, 2015 14:16
Show Gist options
  • Save jenter/2b99d6391ab7ce51125f to your computer and use it in GitHub Desktop.
Save jenter/2b99d6391ab7ce51125f to your computer and use it in GitHub Desktop.
// previous used...
font-family: "Nanum Gothic", Gulim, Dotum, Arial Unicode MS, serif;
// now used as a variable font stack
$nanum-font: "Nanum Gothic", Gulim, Dotum, Arial Unicode MS, serif;
.something { font-family: $nanum-font; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment