change the default text font to inter

This commit is contained in:
2025-10-20 18:26:32 +02:00
parent f9cf4491eb
commit 8d2dfb146d

View File

@@ -5,7 +5,6 @@
#let base_font = "Inter";
#let mono_font = "Noto Sans Mono";
#let mono_font_compensation = 1.3010575323879552;
#let serif_font = "Merriweather";
#let tul_logomark_size = 6.5em;
@@ -36,7 +35,7 @@
});
// text
set text(font: serif_font);
set text(font: base_font);
set par(justify: true);
if language == "cs" {
content = set_czech_nonbreakable_terms(content);
@@ -83,7 +82,7 @@
}
// other
show raw: set text(font: mono_font, size: mono_font_compensation * 1em);
show raw: set text(font: mono_font, size: 1.25em);
show raw.where(block: true): it => {
block(it, fill: rgb("#eee"), inset: 1em)
};