add emoji font because some systems dont have one

This commit is contained in:
Elijah R 2024-04-10 18:51:20 -04:00
parent f6225e1159
commit b87abde238
2 changed files with 6 additions and 0 deletions

Binary file not shown.

View File

@ -334,3 +334,9 @@ Theme: cvmDisabled
#accountDropdownMenuLink, #accountModalError, #accountModalSuccess {
display: none;
}
/* Emoji font for systems without one */
@font-face {
font-family: 'Noto Color Emoji';
src: url('../assets/NotoColorEmoji.ttf');
}