From a124ef566b5aa6ea48b64eb6e0e23c2c5d36a605 Mon Sep 17 00:00:00 2001 From: Tilman Vatteroth Date: Tue, 7 Mar 2023 10:57:38 +0100 Subject: [PATCH] fix(frontend): remove apple emojis and use only twemoji This makes the display of emojis more consistent between macos and non-macos systems. Signed-off-by: Tilman Vatteroth --- frontend/global-styles/variables.module.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/global-styles/variables.module.scss b/frontend/global-styles/variables.module.scss index 8f6cc299f..f5177e060 100644 --- a/frontend/global-styles/variables.module.scss +++ b/frontend/global-styles/variables.module.scss @@ -4,7 +4,7 @@ * SPDX-License-Identifier: AGPL-3.0-only */ -$font-family-emojis: "Apple Color Emoji", "Twemoji"; +$font-family-emojis: "Twemoji"; $font-family-base: "Source Sans Pro", Helvetica, Arial, $font-family-emojis, sans-serif; :export {