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 <git@tilmanvatteroth.de>
This commit is contained in:
Tilman Vatteroth 2023-03-07 10:57:38 +01:00
parent 11b48edca1
commit a124ef566b

View file

@ -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 {