summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxwell Beck <max@rastertail.net>2026-07-22 21:25:26 -0500
committerMaxwell Beck <max@rastertail.net>2026-07-22 21:29:56 -0500
commit3c430a4ed994acdf08378bb8be168eaa25a6d044 (patch)
tree09c1af6f66164847927afe91a5e3c74504c2fad2
parent9097e30beea6cb5f2cbc4612ca37b9d9521dc426 (diff)
Use custom Iosevka for codeHEADmain
-rw-r--r--raster.typ5
1 files changed, 5 insertions, 0 deletions
diff --git a/raster.typ b/raster.typ
index 22bbe48..6610fb4 100644
--- a/raster.typ
+++ b/raster.typ
@@ -77,5 +77,10 @@
#it.caption
]
+ show raw: set text(
+ font: "Iosevka Rastertail",
+ ..gridsize(5)
+ );
+
rest
}