Odd dashed i character in math mode

$ 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 $

image

1 Like

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

3 Likes