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
Raw Normal View History

2020-01-09 14:00:43 +01:00
@font-face {
font-family: "color-emoji";
2020-01-24 16:55:49 +01:00
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*/
2020-02-16 18:09:37 +01:00
}
.emoji {
font-family: color-emoji;
font-weight: normal;
2020-01-09 14:00:43 +01:00
}