Feature/add twemoji support (#346)

* Add support for Twemoji

* Add post on Twemoji support

* Regenrate CSS files

* Fix missing backtick in twemoji-support.md

* Rename useTwemoji to enableTwemoji

* Move Twemoji script tag into head tag

* Fix markdown link sytnax in twemoji-support

* Fix typo in Twemoji Support post
This commit is contained in:
Latiif alSharif
2020-06-02 01:11:21 +02:00
committed by GitHub
parent 9d1ba9d21d
commit 3d7b39d2b4
8 changed files with 42 additions and 5 deletions

View File

@@ -210,3 +210,10 @@ figure {
.fas {
font-weight: 900;
}
img.emoji {
height: 1em;
width: 1em;
margin: 0 .05em 0 .1em;
vertical-align: -0.1em;
}