Import emojis from scss and work around emoji bug on macos

Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
This commit is contained in:
Tilman Vatteroth 2021-12-30 21:26:56 +01:00
parent 1a9a5e815a
commit 4de82b774b
8 changed files with 27 additions and 15 deletions

View file

@ -6,8 +6,11 @@
.markdown-body {
position: relative;
font-family: 'Source Sans Pro', "Twemoji", sans-serif;
word-break: break-word;
& {
@import "./variables.module.scss";
font-family: $font-family-base;
}
.svg-container {
overflow-x: auto;