From 64278c924ce5dd356e6a7c546014759d636cd44d Mon Sep 17 00:00:00 2001 From: nafkhanzam Date: Sun, 6 Oct 2024 00:19:26 +0700 Subject: [PATCH] disable font --- src/circuit.typ | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/circuit.typ b/src/circuit.typ index 4ae8331..875664d 100644 --- a/src/circuit.typ +++ b/src/circuit.typ @@ -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) } \ No newline at end of file