add emoji font because some systems dont have one
This commit is contained in:
parent
f6225e1159
commit
b87abde238
BIN
src/assets/NotoColorEmoji.ttf
Normal file
BIN
src/assets/NotoColorEmoji.ttf
Normal file
Binary file not shown.
|
|
@ -333,4 +333,10 @@ Theme: cvmDisabled
|
||||||
|
|
||||||
#accountDropdownMenuLink, #accountModalError, #accountModalSuccess {
|
#accountDropdownMenuLink, #accountModalError, #accountModalSuccess {
|
||||||
display: none;
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Emoji font for systems without one */
|
||||||
|
@font-face {
|
||||||
|
font-family: 'Noto Color Emoji';
|
||||||
|
src: url('../assets/NotoColorEmoji.ttf');
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue
Block a user