mirror of
https://github.com/LCPQ/QUESTDB_website.git
synced 2024-11-03 20:53:59 +01:00
11 lines
381 B
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;
|
|
} |