fix external resources for twemoji

This commit is contained in:
_Bastler
2021-09-14 11:44:45 +02:00
parent 148540dafe
commit 0067a8edc2
4 changed files with 10 additions and 6 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
@import "~@fontsource/press-start-2p/index.css";
@font-face {
font-family: twemoji;
font-family: "Twemoji Mozilla";
src: url("./fonts/TwemojiMozilla.ttf") format('truetype');
}
+4
View File
@@ -1113,3 +1113,7 @@ div.is-silent {
div.is-silent.hide {
right: 15px;
}
.emote-menu .emoji-picker .emoji-picker__emoji {
font-family: "Twemoji Mozilla" !important;
}