Anyone using Typst with Concrete Math font? I face a issue, and I am not sure whether it is Typst’s the font’s fault.
$ min_theta sqrt(1 / n sum_(i = 1)^n (sans("out")_i - sum_(j = 1)^d theta_j sans("feat")_(i j) - theta_0)^2) $
In math block, if the content inside the sqrt
gets tall enough, the square root symbol becomes broken. The default New Computer Modern Math works fine though.