Skip to content

Commit

Permalink
Up weighted the fonts on PDFs, closes #1
Browse files Browse the repository at this point in the history
  • Loading branch information
harry-bridge committed Jul 24, 2018
1 parent c655a88 commit 8068168
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions invoice/invoice_print.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 8068168

Please sign in to comment.