Skip to content

Instantly share code, notes, and snippets.

@gavinplatt
Created February 3, 2014 07:51
Show Gist options
  • Save gavinplatt/8780212 to your computer and use it in GitHub Desktop.
Save gavinplatt/8780212 to your computer and use it in GitHub Desktop.
/* bad */
blockquote:before {
content: "“"
}
/* good - now the glyph will be rendered*/
blockquote:before {
content: "\201c"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment