--- --- Emoji CSS

Want to include emoji in your HTML? Just include the (minified) stylesheet below, then add <i> tags to insert emoji. That's it!
Click the emoji code and it will be copied to your clipboard.

{% highlight html %} {% assign emoji=site.data.emoji[104] %}{% include emoji-icon.html %} {% endhighlight %}

By default, the emoji will be served as PNGs. To use SVG instead, use the em-svg class instead of em. This will scale better, but has larger file size.

Fork me on GitHub