diff --git a/src/lib.typ b/src/lib.typ index c954c29..7ef6e1d 100644 --- a/src/lib.typ +++ b/src/lib.typ @@ -1,3 +1,7 @@ +// s (because fancy prefix and easy to type) and f (because also fast to type, from "fancy") +// formats `body` as Departure Mono. for variable/highlighting purposes. +#let sf(body) = text(font: "Departure Mono", body); + #let generic(numbering: true, author: "Jade", date: datetime.today().display(), title: "Document", doc) = { // Word abbreviations show "afg": "Aufgabe"; @@ -31,6 +35,3 @@ doc } -// s (because fancy prefix and easy to type) and f (because also fast to type, from "fancy") -// formats `body` as Departure Mono. for variable/highlighting purposes. -#let sf(body) = text(font: "Departure Mono", body);