add fonts

This commit is contained in:
2026-08-09 14:08:26 +02:00
parent b2adc0fc4d
commit c4df7c8a29
20 changed files with 94 additions and 1 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ from pprint import pprint
app = Flask(__name__)
compiler = typst.Compiler()
compiler = typst.Compiler(font_paths=["fonts/"])
@app.route("/")
def index():