10
0
mirror of https://github.com/LCPQ/QUESTDB_website.git synced 2024-08-26 06:01:49 +02:00

Add comment for color-emoji

This commit is contained in:
Mickaël Véril 2020-01-24 16:55:49 +01:00
parent 7329a48a22
commit 3d92e97ffb

View File

@ -1,7 +1,7 @@
@font-face {
font-family: "color-emoji";
src: local("Apple Color Emoji"),
local("Segoe UI Emoji"),
local("Segoe UI Symbol"),
local("Noto 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*/
}