Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions lib.typ
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
}

#let inkhaven-logo(height: 0.8in, text-size: auto, fill: ink-medium) = {
block(below: 0.4em)[
block(below: 0.5em)[
#set align(center)
#image("assets/inkhaven_logo.webp", height: height)
#text(
Expand Down Expand Up @@ -103,13 +103,13 @@
#line(length: 100%, stroke: 0.4pt + accent-color)
#set align(center)
#text(size: 18pt, fill: accent-color)[Sponsored by ]
#box(baseline: 25%)[#image("assets/WPCOM-Dark-Default@2x.png", height: 18pt)]
#box(baseline: 20%)[#image("assets/WPCOM-Dark-Default@2x.png", height: 18pt)]
#v(1fr)
],
background: if qr-svg != none {
place(
top + right,
dx: -0.5in,
dx: -1.5in,
dy: 0.6in,
block[
#image(bytes(qr-svg), format: "svg", width: 1.1in)
Expand Down Expand Up @@ -147,7 +147,7 @@
#grid(
columns: (1fr, auto, 1fr),
align: (left + top, center + top, right + top),
[#move(dy: -0.2in - 5pt)[#inkhaven-logo(height: 1in, text-size: 0.15in)]],
[#pad(top: -0.75em, bottom: 1em)[#inkhaven-logo(height: 1in, text-size: 0.15in)]],
[
#set text(size: 58pt, weight: "regular",
font: ("Libertinus Serif", "New Computer Modern"))
Expand Down