Skip to content

Instantly share code, notes, and snippets.

@ssube
Last active November 16, 2016 20:53
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 ssube/0af1810d414bcaedc4f01332bcf8d19a to your computer and use it in GitHub Desktop.
Save ssube/0af1810d414bcaedc4f01332bcf8d19a to your computer and use it in GitHub Desktop.
SO chat emoji support
@font-face {
font-family: 'Emoji';
src: url('https://rawgit.com/MorbZ/OpenSansEmoji/master/OpenSansEmoji.ttf') format('truetype'),
url('https://rawgit.com/MorbZ/OpenSansEmoji/master/OpenSansEmoji.otf') format('opentype');
/* Emoji unicode blocks */
unicode-range: U+1F300-1F5FF, U+1F600-1F64F, U+1F680-1F6FF, U+2600-26FF;
}
* {
font-family: 'Emoji', Verdana, Arial, sans-serif !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment