/*
Download the font from this url: 
https://noto-website-2.storage.googleapis.com/pkgs/NotoColorEmoji-unhinted.zip
*/
@font-face {
    font-family: 'NotoColorEmoji';
    font-style: normal;
    font-weight: 400;
    src: local('Noto Color Emoji'), local('NotoColorEmoji'),
        url('../../fonts/NotoColorEmoji.ttf') format('truetype')
  }
  
  .EmojiColor {
    font-family: 'NotoColorEmoji';
  }