Skip to content

Commit

Permalink
Initialize default_font class var
Browse files Browse the repository at this point in the history
  • Loading branch information
excid3 committed Nov 24, 2022
1 parent 0a22c03 commit 2f77da6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/receipts.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ module Receipts
autoload :Receipt, "receipts/receipt"
autoload :Statement, "receipts/statement"

@@default_font = nil

# Customize the default font hash
# default_font = {
# bold: "path/to/font",
Expand Down

0 comments on commit 2f77da6

Please sign in to comment.