diff --git a/src/assets/noto-color-emoji.0.woff2 b/src/assets/noto-color-emoji.0.woff2 new file mode 100644 index 0000000..c14f2ea Binary files /dev/null and b/src/assets/noto-color-emoji.0.woff2 differ diff --git a/src/assets/noto-color-emoji.1.woff2 b/src/assets/noto-color-emoji.1.woff2 new file mode 100644 index 0000000..a611cf4 Binary files /dev/null and b/src/assets/noto-color-emoji.1.woff2 differ diff --git a/src/assets/noto-color-emoji.3.woff2 b/src/assets/noto-color-emoji.3.woff2 new file mode 100644 index 0000000..a71512d Binary files /dev/null and b/src/assets/noto-color-emoji.3.woff2 differ diff --git a/src/assets/noto-color-emoji.4.woff2 b/src/assets/noto-color-emoji.4.woff2 new file mode 100644 index 0000000..8b6455e Binary files /dev/null and b/src/assets/noto-color-emoji.4.woff2 differ diff --git a/src/assets/noto-color-emoji.5.woff2 b/src/assets/noto-color-emoji.5.woff2 new file mode 100644 index 0000000..2c27280 Binary files /dev/null and b/src/assets/noto-color-emoji.5.woff2 differ diff --git a/src/assets/noto-color-emoji.6.woff2 b/src/assets/noto-color-emoji.6.woff2 new file mode 100644 index 0000000..af3862b Binary files /dev/null and b/src/assets/noto-color-emoji.6.woff2 differ diff --git a/src/assets/noto-sans.woff2 b/src/assets/noto-sans.woff2 new file mode 100644 index 0000000..b644278 Binary files /dev/null and b/src/assets/noto-sans.woff2 differ diff --git a/src/views/Conversations/Conversations.css b/src/views/Conversations/Conversations.css index d8b08b3..64bd1c5 100644 --- a/src/views/Conversations/Conversations.css +++ b/src/views/Conversations/Conversations.css @@ -1,3 +1,24 @@ +@font-face { + font-family: 'Noto Sans'; + src: url('/src/assets/noto-sans.woff2') format('woff2'); + font-weight: normal; + font-style: normal; + font-display: swap; +} +@font-face { + font-family: 'Noto Color Emoji'; + src: url('/src/assets/noto-color-emoji.0.woff2') format('woff2'); + font-weight: normal; + font-style: normal; + font-display: swap; +} +@font-face { + font-family: 'Noto Color Emoji'; + src: url('/src/assets/noto-color-emoji.1.woff2') format('woff2'); + font-weight: normal; + font-style: normal; + font-display: swap; +} @font-face { font-family: 'Noto Color Emoji'; src: url('/src/assets/noto-color-emoji.2.woff2') format('woff2'); @@ -5,6 +26,34 @@ font-style: normal; font-display: swap; } +@font-face { + font-family: 'Noto Color Emoji'; + src: url('/src/assets/noto-color-emoji.3.woff2') format('woff2'); + font-weight: normal; + font-style: normal; + font-display: swap; +} +@font-face { + font-family: 'Noto Color Emoji'; + src: url('/src/assets/noto-color-emoji.4.woff2') format('woff2'); + font-weight: normal; + font-style: normal; + font-display: swap; +} +@font-face { + font-family: 'Noto Color Emoji'; + src: url('/src/assets/noto-color-emoji.5.woff2') format('woff2'); + font-weight: normal; + font-style: normal; + font-display: swap; +} +@font-face { + font-family: 'Noto Color Emoji'; + src: url('/src/assets/noto-color-emoji.6.woff2') format('woff2'); + font-weight: normal; + font-style: normal; + font-display: swap; +} @font-face { font-family: 'Noto Color Emoji'; src: url('/src/assets/noto-color-emoji.7.woff2') format('woff'); @@ -71,7 +120,7 @@ .chatwindow-wrapper .rce-mbox-reply-message, .chatwindow-wrapper .emoji { - font-family: "Noto Color Emoji", 'Apple Color Emoji', 'Twemoji Mozilla', 'Segoe UI Emoji', 'Segoe UI Symbol', 'EmojiOne Color', 'Android Emoji', Arial, sans-serif; + font-family: 'Noto Sans',"Noto Color Emoji", 'Apple Color Emoji', 'Twemoji Mozilla', 'Segoe UI Emoji', 'Segoe UI Symbol', 'EmojiOne Color', 'Android Emoji', Arial, sans-serif; font-weight: 500; } .chatwindow-wrapper .rce-mbox-text a{