From 9e1979f63765ab9c3e2a69570493e0c174703f53 Mon Sep 17 00:00:00 2001 From: Anthony LC Date: Tue, 3 Sep 2024 17:05:10 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B(docker)=20add=20emoji=20font?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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. --- CHANGELOG.md | 4 ++++ Dockerfile | 1 + 2 files changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d943ec3b..e1484379 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,6 +21,10 @@ and this project adheres to - 💄(frontend) code background darkened on editor #214 - 🔥(frontend) hide markdown button if not text #213 +## Fixed + +- 🐛 Fix emoticon in pdf export #225 + ## Removed - 🔥(frontend) remove saving modal #213 diff --git a/Dockerfile b/Dockerfile index 9f212837..8ab44037 100644 --- a/Dockerfile +++ b/Dockerfile @@ -76,6 +76,7 @@ RUN apt-get update && \ libpango-1.0-0 \ libpangocairo-1.0-0 \ pandoc \ + fonts-noto-color-emoji \ shared-mime-info && \ rm -rf /var/lib/apt/lists/*