1
0
mirror of https://github.com/kognise/water.css.git synced 2025-08-28 07:19:49 +02:00

Add color emojis to the base stylesheet

This commit is contained in:
Felix
2020-05-29 23:23:08 -05:00
parent c940d74d10
commit 7a656de78e
3 changed files with 6 additions and 26 deletions

View File

@@ -63,23 +63,3 @@ body > footer {
align-items: center;
justify-content: space-between;
}
.emoji {
/* Use proper Emoji instead of plain Unicode chars */
font-family:
'Segoe UI Emoji',
'Apple Color Emoji',
'Noto Color Emoji',
system-ui,
-apple-system,
BlinkMacSystemFont,
Segoe UI,
Roboto,
Oxygen,
Ubuntu,
Cantarell,
Fira Sans,
Droid Sans,
Helvetica Neue,
sans-serif;
}