diff --git a/src/typ/rheo.typ b/src/typ/rheo.typ index 76f7db1..f7265b5 100644 --- a/src/typ/rheo.typ +++ b/src/typ/rheo.typ @@ -24,3 +24,6 @@ #let rheo_template(doc) = context { doc } + +// Set a default font +#set text(font: ("Times New Roman", "Arial", "Helvetica"))