diff options
| author | Laurenz <laurmaedje@gmail.com> | 2024-09-30 17:19:22 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-09-30 15:19:22 +0000 |
| commit | 7ff83db757330899576b50b87968ca86f2539f7b (patch) | |
| tree | 73a779808e84edec1539a07f49b8123b8424da59 /docs/tutorial/4-template.md | |
| parent | d94acd615e5bde7f6d131be351e145477e515721 (diff) | |
Change default font to Libertinus Serif (#4969)
Diffstat (limited to 'docs/tutorial/4-template.md')
| -rw-r--r-- | docs/tutorial/4-template.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/tutorial/4-template.md b/docs/tutorial/4-template.md index a96e7c0a..0ec4a978 100644 --- a/docs/tutorial/4-template.md +++ b/docs/tutorial/4-template.md @@ -97,7 +97,7 @@ previous chapter. ) set par(justify: true) set text( - font: "Linux Libertine", + font: "Libertinus Serif", size: 11pt, ) @@ -270,7 +270,7 @@ want to import. >>> abstract: [], >>> doc, >>> ) = { ->>> set text(font: "Linux Libertine", 11pt) +>>> set text(font: "Libertinus Serif", 11pt) >>> set par(justify: true) >>> set page( >>> "us-letter", |
