10
0
mirror of https://github.com/LCPQ/QUESTDB_website.git synced 2024-07-03 18:06:06 +02:00
QUESTDB_website/static/css/emoji.css

11 lines
381 B
CSS

@font-face {
font-family: "color-emoji";
src: local("Apple Color Emoji"), /*For macOS and iOS*/
local("Segoe UI Emoji"), /*For Windows 8.1 and greater*/
local("Segoe UI Symbol"), /*For Windows 7*/
local("Noto Color Emoji"); /*For Android and Linux with Noto Color Emoji font installed*/
}
.emoji {
font-family: color-emoji;
font-weight: normal;
}