Hi ! I'm discovering the new Jetpack Compose for w...
# compose-web
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 ?
2
s
Hi! You can at least use this one: https://youtrack.jetbrains.com/issue/KT-34124
e
Thanks for your help ! It worked 😉
🚀 1