Fix line spacing
The characters should touch each other horizontally and vertically. That way, things like half-height block character based QR codes look correct instead of seeming stretched.
This commit is contained in:
parent
b8fb4153c1
commit
4e82a51212
1 changed files with 2 additions and 2 deletions
|
|
@ -12,8 +12,8 @@
|
|||
fallback: false,
|
||||
)
|
||||
set par(
|
||||
leading: 8pt, // Between lines
|
||||
spacing: 26pt, // Between paragraphs
|
||||
leading: 6pt, // Between lines
|
||||
spacing: 22pt, // Between paragraphs
|
||||
)
|
||||
show heading: set text(size: 32pt)
|
||||
show heading: set block(above: 8pt, below: 8pt)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue