keepassxc and typst

This commit is contained in:
anarsec 2023-08-15 01:19:21 +00:00
parent 8f4ad17042
commit 0497edcff4
No known key found for this signature in database
8 changed files with 21 additions and 13 deletions

View file

@ -69,7 +69,12 @@
#v(10pt)
]
show heading.where(level: 3): it => block(width: 100%)[
#set text(size: 14pt, font: "Jost", weight: "bold")
#set text(size: 12pt, font: "Jost", weight: "bold")
#text(it.body)
#v(10pt)
]
show heading.where(level: 4): it => block(width: 100%)[
#set text(size: 11pt, font: "Jost", style: "italic")
#text(it.body)
#v(10pt)
]