June
3bdba5f495
Also bundle it, describe its usage in the Readme and provide a copy of its license. Furthermore document how to make use of the bundled font.
26 lines
419 B
Plaintext
26 lines
419 B
Plaintext
#set text(
|
|
font: "Inter",
|
|
fallback: false,
|
|
size: 14pt,
|
|
lang: "en",
|
|
)
|
|
|
|
// for DK-22205 (endless label)
|
|
#set page(
|
|
width: 62mm,
|
|
height: 35mm,
|
|
flipped: false,
|
|
margin: (x: 3mm, top: 5mm, bottom: 3mm+9pt),
|
|
footer-descent: 0%,
|
|
footer: [
|
|
#set text(size: 8pt)
|
|
#set align(end)
|
|
#image("assets/ccchh.svg", height: 9pt, alt: "CCCHH")
|
|
]
|
|
)
|
|
#set align(center)
|
|
|
|
== Main Content
|
|
Subtitle 1\
|
|
Subtitle 2
|