/* Define the font faces */
@font-face {
    font-family: 'NotoColorEmoji';
    src: url(ttf/NotoColorEmoji-Regular.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
}

.font-NotoColorEmoji {
    font-family: 'NotoColorEmoji', Arial, sans-serif !important;
}