disable font

This commit is contained in:
nafkhanzam 2024-10-06 00:19:26 +07:00
parent 4e125ef40c
commit 64278c924c

View File

@ -9,6 +9,6 @@
/// - length (length, ratio): Optional base unit
/// -> none
#let circuit(body, length: 2em) = {
set text(font: "Source Sans 3")
// set text(font: "Source Sans 3")
canvas(length: length, body)
}