diff --git a/typst_template/thealternative.typ b/typst_template/thealternative.typ
index 890256d86f87f122a49231836d6d8041a90cc0c8..72eee833cea86bb9d6231c2c5e06df8b8522577a 100644
--- a/typst_template/thealternative.typ
+++ b/typst_template/thealternative.typ
@@ -354,7 +354,7 @@
     config-methods(
         init: (self: none, body) => {
         show heading: set text(self.colors.primary)
-        set text(font: "Latin Modern Sans", fallback: false)
+        set text(font: "Latin Modern Sans")
 
         body
       },