Letter spacing doesn't work for me ```Text("MARCH"...
# compose-desktop
s
Letter spacing doesn't work for me
Copy code
Text("MARCH", style = MaterialTheme.typography.subtitle2)

// MaterialTheme.typography.subtitle2:
subtitle2 = TextStyle(
    letterSpacing = 2.sp,
    fontSize = 14.sp,
    fontFamily = JosefinSans
)
Looks like this:
a
Thank you for your report. We gonna fix it in the next M-release. You can create an issue here https://github.com/JetBrains/compose-jb/ to track a progress
s
a
thank you
🙂 1