How do I use font variants, e.g., Condensed Medium?

I have font styles installed locally that are not found by Typst even when I include the font path. For example, Typst recognises Futura but not styles such as Futura-CondensedMedium, which is available in Apple Font Book. How can I use such font styles?

This is the correct behaviour. Typst recognises Futura and all variants.
You have to change text(stretch), and change text(weight) to “medium”.

I have changed your topic title, if it does not match your question, please change it again to a more appropriate one!

1 Like