X-Git-Url: https://git.mdrn.pl/librarian.git/blobdiff_plain/b7ab4f2e27b8fd7fb89f550ed60e6af39d350712..93943beb107fb483855f5c26fef660df294546a3:/src/librarian/pdf.py?ds=sidebyside 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