Skip to content

Instantly share code, notes, and snippets.

@hail2u
Created November 7, 2014 00:54
Show Gist options
  • Save hail2u/9e9f5ac03af08f210746 to your computer and use it in GitHub Desktop.
Save hail2u/9e9f5ac03af08f210746 to your computer and use it in GitHub Desktop.
Emoji
@font-face {
font-family: 'Emoji';
src: local('Apple Color Emoji'), local('Segoe UI Emoji'), local('Segoe UI Symbol');
}
body {
font-family: 'Helvetica Neue', Calibri, 'Emoji', sans-serif;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment