changes fonts to ubuntu and noto

This commit is contained in:
cybrwshl 2023-07-19 22:33:22 +02:00
parent 606a4b62d8
commit 6eea96f4f5
3 changed files with 8 additions and 7 deletions

View file

@ -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

View file

@ -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,

View file

@ -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*]
]
]