Skip to content

Commit 9e1979f

Browse files
committed
🐛(docker) add emoji font
In order to have the emoji font available in the container, we need to install it. The font will be then available in the PDF export.
1 parent ddd93ab commit 9e1979f

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ and this project adheres to
2121
- 💄(frontend) code background darkened on editor #214
2222
- 🔥(frontend) hide markdown button if not text #213
2323

24+
## Fixed
25+
26+
- 🐛 Fix emoticon in pdf export #225
27+
2428
## Removed
2529

2630
- 🔥(frontend) remove saving modal #213

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ RUN apt-get update && \
7676
libpango-1.0-0 \
7777
libpangocairo-1.0-0 \
7878
pandoc \
79+
fonts-noto-color-emoji \
7980
shared-mime-info && \
8081
rm -rf /var/lib/apt/lists/*
8182

0 commit comments

Comments
 (0)