hedgedoc/frontend/global-styles/variables.module.scss
Tilman Vatteroth a124ef566b 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>
2023-03-08 21:23:48 +01:00

13 lines
344 B
SCSS

/*
* SPDX-FileCopyrightText: 2021 The HedgeDoc developers (see AUTHORS file)
*
* SPDX-License-Identifier: AGPL-3.0-only
*/
$font-family-emojis: "Twemoji";
$font-family-base: "Source Sans Pro", Helvetica, Arial, $font-family-emojis, sans-serif;
:export {
font-family-emojis: $font-family-emojis;
font-family-base: $font-family-base;
}