X-Git-Url: https://git.mdrn.pl/librarian.git/blobdiff_plain/b7ab4f2e27b8fd7fb89f550ed60e6af39d350712..0f85e77068ab8815a519ec8ea3c28e8c45db406a:/src/librarian/pdf.py diff --git a/src/librarian/pdf.py b/src/librarian/pdf.py index 647b18f..c7de78b 100644 --- a/src/librarian/pdf.py +++ b/src/librarian/pdf.py @@ -404,6 +404,7 @@ def transform(wldoc, verbose=False, save_tex=None, morefloats=None, # LaTeX -> PDF shutil.copy(get_resource('pdf/wl.cls'), temp) shutil.copy(get_resource('res/wl-logo.png'), temp) + shutil.copy(get_resource('fonts/OpenSans-VariableFont_wdth,wght.ttf'), temp) if latex_dir: return temp