From 806816810707f5caf1e5d449337e83e74ded1b72 Mon Sep 17 00:00:00 2001 From: Harry Bridge Date: Tue, 24 Jul 2018 21:38:46 +0100 Subject: [PATCH] Up weighted the fonts on PDFs, closes #1 --- invoice/invoice_print.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/invoice/invoice_print.py b/invoice/invoice_print.py index d3ea961..a92ff1e 100644 --- a/invoice/invoice_print.py +++ b/invoice/invoice_print.py @@ -28,8 +28,8 @@ def get(self, request, pk): 'user': user, 'fonts': { 'roboto': { - 'regular': 'invoice/static/fonts/roboto/Roboto-Thin.ttf', - 'bold': 'invoice/static/fonts/roboto/Roboto-Light.ttf', + 'regular': 'invoice/static/fonts/roboto/Roboto-Light.ttf', + 'bold': 'invoice/static/fonts/roboto/Roboto-Regular.ttf', } }, 'logo': 'invoice/static/imgs/paperwork/{}'.format(logo_path)