emoji font

dev/chat
Lei OT 2 years ago
parent 51595e4b6b
commit 81a112fd58

Binary file not shown.

@ -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-face {
font-family: 'Noto Color Emoji'; font-family: 'Noto Color Emoji';
src: url('/src/assets/noto-color-emoji.2.woff2') format('woff2'); src: url('/src/assets/noto-color-emoji.2.woff2') format('woff2');
@ -5,6 +26,34 @@
font-style: normal; font-style: normal;
font-display: swap; 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-face {
font-family: 'Noto Color Emoji'; font-family: 'Noto Color Emoji';
src: url('/src/assets/noto-color-emoji.7.woff2') format('woff'); src: url('/src/assets/noto-color-emoji.7.woff2') format('woff');
@ -71,7 +120,7 @@
.chatwindow-wrapper .rce-mbox-reply-message, .chatwindow-wrapper .rce-mbox-reply-message,
.chatwindow-wrapper .emoji .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; font-weight: 500;
} }
.chatwindow-wrapper .rce-mbox-text a{ .chatwindow-wrapper .rce-mbox-text a{

Loading…
Cancel
Save