disable font compensation for raw blocks

This commit is contained in:
2025-10-20 18:30:29 +02:00
parent 8d2dfb146d
commit 49320f1e02

View File

@@ -82,7 +82,7 @@
}
// other
show raw: set text(font: mono_font, size: 1.25em);
show raw.where(block: false): set text(font: mono_font, size: 1.25em);
show raw.where(block: true): it => {
block(it, fill: rgb("#eee"), inset: 1em)
};