$ dash(i > 0), dash(i),i $
#show math.equation: set text(font: "fira math")
$ dash(i > 0), dash(i),i $
The i in dash(i > 0) looks strange (to me), is it intended?
$ dash(i > 0), dash(i),i $
#show math.equation: set text(font: "fira math")
$ dash(i > 0), dash(i),i $
The i in dash(i > 0) looks strange (to me), is it intended?
Use accent.dotless to change the behavior.
#set math.accent(dotless: false)
$ dash(i > 0), dash(i), i $

No, it is a bug and the issue is Overzealous use of dotless i and j · Issue #7243 · typst/typst · GitHub