I’ve just added a document I created locally to the web app, and it comes out completely different. I have not defined a font, so it should be using the default Libertinus Serif. Code is visible in the “Pathways Enhancements” document in this project: Typst
By default font fallback is enabled, so then it can depend entirely on installation what the result will look like. You an disable text.fallback to experiment with this - that should help getting more reproducible documents (hopefully). Font fallback is relevant whenever a font doesn’t have a glyph.
It’s also possible that you have a local version of Libertinus Serif that typst will use (it will prefer it to its builtin version).
1 Like

