Skip to content

Commit

Permalink
fix: fix native emoji on Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
nolanlawson committed Dec 18, 2018
1 parent 7c2e2a8 commit e975284
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion css/emoji-mart.css
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@
}

.emoji-mart-emoji-native {
font-family: "Segoe UI Emoji", "Segoe UI Symbol", "Segoe UI", "Apple Color Emoji";
font-family: "Segoe UI Emoji", "Segoe UI Symbol", "Segoe UI", "Apple Color Emoji", "Twemoji Mozilla", "Noto Color Emoji", "EmojiOne Color", "Android Emoji";
}

.emoji-mart-no-results {
Expand Down

0 comments on commit e975284

Please sign in to comment.