From 6eea96f4f52a1a8800202de769cd7a91ec8fbc94 Mon Sep 17 00:00:00 2001 From: cybrwshl Date: Wed, 19 Jul 2023 22:33:22 +0200 Subject: [PATCH] changes fonts to ubuntu and noto --- README.md | 3 ++- templates/doc.typ | 6 +++--- templates/form.typ | 6 +++--- 3 files changed, 8 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 85372d7..076a7b2 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,8 @@ ## Installation der benötigten Schriften -- [Convergence](https://fonts.google.com/specimen/Convergence) +- [Noto](https://fonts.google.com/specimen/Noto) +- [Ubuntu](https://fonts.google.com/specimen/Ubuntu) - Corbel (Microsoft Font) ## Generieren der PDFs diff --git a/templates/doc.typ b/templates/doc.typ index 69d21e8..866830c 100644 --- a/templates/doc.typ +++ b/templates/doc.typ @@ -2,9 +2,9 @@ title: none, changes: (), heading_size: 18pt, - heading_font: "Convergence", + heading_font: "Ubuntu", text_size: 12pt, - text_font: "Corbel", + text_font: "Noto Sans", doc, ) = { set document( @@ -93,7 +93,7 @@ show heading: it => [ ] heading([Änderungen]) table( - columns: (auto, auto, auto), + columns: (auto, auto, 1fr), inset: 8pt, align: auto, stroke: 0.5pt, diff --git a/templates/form.typ b/templates/form.typ index 088f0a4..05d8d52 100644 --- a/templates/form.typ +++ b/templates/form.typ @@ -2,9 +2,9 @@ title: none, version: none, heading_size: 18pt, - heading_font: "Convergence", + heading_font: "Ubuntu", text_size: 12pt, - text_font: "Corbel", + text_font: "Noto Sans", doc, ) = { set document( @@ -54,7 +54,7 @@ place( block(width: 100%-70pt, height: 70pt)[ #par(justify: false)[ - #text(1.75em, font:"Convergence")[ + #text(font: heading_font, heading_size)[ #heading(outlined: false)[*#title*] ] ]