Dovydas
01/17/2025, 5:10 PMorg.jetbrains.compose.resources.Font
doesn't look like it supports this while the android one does (but that obvisously doesn't work for KMP)?
@Composable
public expect fun Font(
resource: FontResource,
weight: FontWeight = FontWeight.Normal,
style: FontStyle = FontStyle.Normal
): Font
Dovydas
01/17/2025, 8:39 PM