mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-24 10:46:30 -05:00
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:
parent
11b48edca1
commit
a124ef566b
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue