From 497dbd270d9c9087ad3b71ad97bd4ee861f534fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Mekina?= Date: Fri, 10 Oct 2025 22:43:33 +0200 Subject: [PATCH] adjust noto sans mono's size to match merriweather --- template/classic/common.typ | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/template/classic/common.typ b/template/classic/common.typ index 5a90288..69a43e6 100644 --- a/template/classic/common.typ +++ b/template/classic/common.typ @@ -5,7 +5,7 @@ #let base_font = "Inter"; #let mono_font = "Noto Sans Mono"; -#let mono_font_compensation = 1.3em; +#let mono_font_compensation = 1.0408460259103642; #let serif_font = "Merriweather"; #let tul_logomark_size = 6.5em; @@ -83,7 +83,7 @@ } // other - show raw: set text(font: mono_font, size: mono_font_compensation); + show raw: set text(font: mono_font, size: mono_font_compensation * 11pt); show raw.where(block: true): it => { block(it, fill: rgb("#eee"), inset: 1em) };