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
|
## 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)
|
- Corbel (Microsoft Font)
|
||||||
|
|
||||||
## Generieren der PDFs
|
## Generieren der PDFs
|
||||||
|
|
|
@ -2,9 +2,9 @@
|
||||||
title: none,
|
title: none,
|
||||||
changes: (),
|
changes: (),
|
||||||
heading_size: 18pt,
|
heading_size: 18pt,
|
||||||
heading_font: "Convergence",
|
heading_font: "Ubuntu",
|
||||||
text_size: 12pt,
|
text_size: 12pt,
|
||||||
text_font: "Corbel",
|
text_font: "Noto Sans",
|
||||||
doc,
|
doc,
|
||||||
) = {
|
) = {
|
||||||
set document(
|
set document(
|
||||||
|
@ -93,7 +93,7 @@ show heading: it => [
|
||||||
]
|
]
|
||||||
heading([Änderungen])
|
heading([Änderungen])
|
||||||
table(
|
table(
|
||||||
columns: (auto, auto, auto),
|
columns: (auto, auto, 1fr),
|
||||||
inset: 8pt,
|
inset: 8pt,
|
||||||
align: auto,
|
align: auto,
|
||||||
stroke: 0.5pt,
|
stroke: 0.5pt,
|
||||||
|
|
|
@ -2,9 +2,9 @@
|
||||||
title: none,
|
title: none,
|
||||||
version: none,
|
version: none,
|
||||||
heading_size: 18pt,
|
heading_size: 18pt,
|
||||||
heading_font: "Convergence",
|
heading_font: "Ubuntu",
|
||||||
text_size: 12pt,
|
text_size: 12pt,
|
||||||
text_font: "Corbel",
|
text_font: "Noto Sans",
|
||||||
doc,
|
doc,
|
||||||
) = {
|
) = {
|
||||||
set document(
|
set document(
|
||||||
|
@ -54,7 +54,7 @@ place(
|
||||||
|
|
||||||
block(width: 100%-70pt, height: 70pt)[
|
block(width: 100%-70pt, height: 70pt)[
|
||||||
#par(justify: false)[
|
#par(justify: false)[
|
||||||
#text(1.75em, font:"Convergence")[
|
#text(font: heading_font, heading_size)[
|
||||||
#heading(outlined: false)[*#title*]
|
#heading(outlined: false)[*#title*]
|
||||||
]
|
]
|
||||||
]
|
]
|
||||||
|
|
Loading…
Add table
Reference in a new issue