10
0
mirror of https://github.com/LCPQ/QUESTDB_website.git synced 2024-07-04 02:16:11 +02:00
QUESTDB_website/static/css/color-emoji-font.css

7 lines
319 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-01-09 14:00:43 +01:00
}