I’m using the Typst CLI with Tinymist on VS Code.
For some fonts, simply specifying the font name allows automatic weight selection, enabling bold text conversion using **
. However, for other fonts, the font names are set separately for each weight, making it impossible to use **
for bold text. Instead, it seems necessary to define separate commands for these cases.
I’d like to know why this difference occurs and how I can include multiple weights under a single font name.