From 5c6233f3c8e00ca2a349fbd7369ae454a7b12319 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Sun, 21 Nov 2021 06:00:31 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=93=20Disable=20custom=20pdf=20fonts?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- thesis/source/conf.py | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/thesis/source/conf.py b/thesis/source/conf.py index 47226c5..64d073f 100644 --- a/thesis/source/conf.py +++ b/thesis/source/conf.py @@ -142,11 +142,12 @@ latex_elements = { "papersize": "a4paper", "pointsize": "12pt", "sphinxsetup": ", ".join(f"{key}={value}" for key, value in latex_setup.items()), - "fontpkg": r""" - \setmainfont{EB Garamond} - \setsansfont{Fira Sans} - \setmonofont{Fira Code} - """ + # TODO: Re-enable this before production + # "fontpkg": r""" + # \setmainfont{EB Garamond} + # \setsansfont{Fira Sans} + # \setmonofont{Fira Code} + # """ } # TODOs