Skip to content

Commit

Permalink
Update main.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
wprzyb authored Jul 26, 2024
1 parent 464bf93 commit 0c9e879
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.rb
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def render_label()
end

pdf = Prawn::Document.new(page_size: LABEL_SIZE.map { |x| mm2pt(x) },
margin: [2, 2, 2, 6].map { |x| mm2pt(x) }) do
margin: [0, 0, 0, 0].map { |x| mm2pt(x) }) do
font_families.update("DejaVuSans" => {
normal: "fonts/DejaVuSans.ttf",
italic: "fonts/DejaVuSans-Oblique.ttf",
Expand Down

0 comments on commit 0c9e879

Please sign in to comment.