use included twemoji mozilla font instead of loading external
This commit is contained in:
parent
91bc524e06
commit
f1bd92fa52
2 changed files with 4 additions and 1 deletions
|
@ -13,7 +13,6 @@
|
||||||
onMount(() => {
|
onMount(() => {
|
||||||
picker = new EmojiButton({
|
picker = new EmojiButton({
|
||||||
rootElement: emojiContainer,
|
rootElement: emojiContainer,
|
||||||
style : 'twemoji',
|
|
||||||
styleProperties: {
|
styleProperties: {
|
||||||
'--font': 'Press Start 2P'
|
'--font': 'Press Start 2P'
|
||||||
},
|
},
|
||||||
|
|
|
@ -1102,3 +1102,7 @@ div.is-silent {
|
||||||
div.is-silent.hide {
|
div.is-silent.hide {
|
||||||
right: 15px;
|
right: 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.emote-menu .emoji-picker .emoji-picker__emoji {
|
||||||
|
font-family: 'twemoji' !important;
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue