forked from HEL/circuiteria
disable font
This commit is contained in:
parent
4e125ef40c
commit
64278c924c
@ -9,6 +9,6 @@
|
|||||||
/// - length (length, ratio): Optional base unit
|
/// - length (length, ratio): Optional base unit
|
||||||
/// -> none
|
/// -> none
|
||||||
#let circuit(body, length: 2em) = {
|
#let circuit(body, length: 2em) = {
|
||||||
set text(font: "Source Sans 3")
|
// set text(font: "Source Sans 3")
|
||||||
canvas(length: length, body)
|
canvas(length: length, body)
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user