diff options
| author | Anhgelus Morhtuuzh <william@herges.fr> | 2026-02-17 12:02:43 +0100 |
|---|---|---|
| committer | Anhgelus Morhtuuzh <william@herges.fr> | 2026-02-17 12:02:43 +0100 |
| commit | af21a9a9ecbf60a3674b83a1240108f5b4848986 (patch) | |
| tree | e8344328aa7565e17749cbf4bcac9734f773095f /typst | |
| parent | 6b2d702ec50c30c93430d49251428d0ff37b9314 (diff) | |
feat(typst): decrease font size
Diffstat (limited to 'typst')
| -rw-r--r-- | typst/template/1.0.0/lib.typ | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/typst/template/1.0.0/lib.typ b/typst/template/1.0.0/lib.typ index 4da72cc..ffd8a84 100644 --- a/typst/template/1.0.0/lib.typ +++ b/typst/template/1.0.0/lib.typ @@ -2,7 +2,7 @@ // style set text( font: "Inter", - size: 11pt, + size: 10pt, ) set par( leading: 1em, |
