From b421fb0c95c5c0840e8cdce254ade82f4910d852 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hannes=20K=C3=B6rber?= Date: Sun, 7 Jul 2024 17:12:03 +0200 Subject: [PATCH] Move from libertine (deprecated) to libertinus --- bin/markdown-to-pdf | 2 +- packages.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/markdown-to-pdf b/bin/markdown-to-pdf index f5a26f9..6a67b50 100755 --- a/bin/markdown-to-pdf +++ b/bin/markdown-to-pdf @@ -43,7 +43,7 @@ pandoc \ --variable papersize=a4 \ --variable date=$(date --iso-8601=date) \ --variable fontsize=12pt \ - --variable fontfamily=libertine \ + --variable fontfamily=libertinus \ --variable familydefault=sfdefault \ --variable documentclass=scrartcl \ --variable fontfamilyoptions= \ diff --git a/packages.yml b/packages.yml index 7408c14..ca4b06f 100644 --- a/packages.yml +++ b/packages.yml @@ -73,7 +73,7 @@ font-dejavu: - ttf-dejavu-nerd font-libertine: archlinux: - - ttf-linux-libertine + - libertinus-font font-awesome: archlinux: - ttf-font-awesome