Skip to content

Instantly share code, notes, and snippets.

@maylogger
Created July 11, 2012 12:50
Show Gist options
  • Select an option

  • Save maylogger/3090188 to your computer and use it in GitHub Desktop.

Select an option

Save maylogger/3090188 to your computer and use it in GitHub Desktop.
h1 { /* Your selector */
font-family:"Some Custom Font", serif;
text-shadow:0 0 1px transparent;
/*或如果您需要用0px hard shadow,
* 就可以使用多重text shadows */
text-shadow:0 0 0 #f00, 0 0 1px transparent;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment