is this how to use more than one attribute for fo...
# compose
y
is this how to use more than one attribute for fontFeatureSettings? comma then space?
Copy code
style =
    annotatedStringStyle.copy(
        fontFeatureSettings = "liga 1, init 1, calt 1, curs 1, mark 1, mkmk 0, fina 0, medi 0",
    ),