mirror of
https://github.com/typst/typst
synced 2025-05-14 04:56:26 +08:00
11 lines
246 B
Typst
11 lines
246 B
Typst
// Test that setting font features in math.equation has an effect.
|
|
|
|
---
|
|
$ nothing $
|
|
$ "hi ∅ hey" $
|
|
$ sum_(i in NN) 1 + i $
|
|
#show math.equation: set text(features: ("cv01",), fallback: false)
|
|
$ nothing $
|
|
$ "hi ∅ hey" $
|
|
$ sum_(i in NN) 1 + i $
|