From 3f634c5d05a748b2aa2f7d466813d704e1727454 Mon Sep 17 00:00:00 2001 From: RichardG867 Date: Sat, 26 Nov 2022 02:47:56 -0300 Subject: [PATCH] Try to fix color emoji override --- assets/css/style.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/assets/css/style.css b/assets/css/style.css index 0c8ace2..d26eccb 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -194,7 +194,9 @@ p.blogspacer { margin-bottom: 0.5em; } span.emoji { - font-family: Tweemoji Mozilla; /* work around Windows' lack of flags where supported (Firefox) */ + font-family: Twemoji Mozilla, /* try to work around Windows' lack of flags if any better emoji */ + EmojiOne, /* fonts are installed and the browser supports them (not Chrome */ + Twitter Color Emoji; /* as of writing; Firefox provides and uses Twemoji Mozilla) */ } div.scroll { max-height: 500px;