changes fonts to ubuntu and noto
This commit is contained in:
parent
606a4b62d8
commit
6eea96f4f5
3 changed files with 8 additions and 7 deletions
|
@ -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
|
||||
|
|
|
@ -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,
|
||||
|
|
|
@ -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*]
|
||||
]
|
||||
]
|
||||
|
|
Loading…
Add table
Reference in a new issue