Hi ! I'm discovering the new Jetpack Compose for w...
# announcements
e
Hi ! I'm discovering the new Jetpack Compose for web. I discovered the ability to write Stylesheets in Kotlin. For non Kotlin supported properties, there is the property(propertyName: String, value: StylePropertyValue). I would like to be able to add a font family from ttf file to my style. I know there is the @font-face in css but how could I manage to use it with the property(...) thing ?
i
You might try in #C01F2HV7868
👍 1