Skip to content

Instantly share code, notes, and snippets.

@hendrikebbers
Created January 13, 2015 18:40
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 hendrikebbers/2c07b8b3dab120aed512 to your computer and use it in GitHub Desktop.
Save hendrikebbers/2c07b8b3dab120aed512 to your computer and use it in GitHub Desktop.
emoji in css
@font-face {
font-family: 'OpenSansEmoji';
src: url('OpenSansEmoji.ttf');
}
.text-field {
-fx-font-family: OpenSansEmoji;
-fx-font-size: 32;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment