Does anyone assist me, how can I use themes and fo...
# javascript
r
Does anyone assist me, how can I use themes and fonts with kotlin js, alongwith my compose platform, as it works well with mobile and desktop but struggling to use it with web
a
Do you use the Compose for Web with Canvas or Html?
r
Compose for Web with Canvas
a
https://kotlinlang.slack.com/archives/C01F2HV7868/p1657080159424419 So , for the Fonts, you need to read a
.ttf
file as a ByteArray and pass it in the
Font
function.
Could you describe the struggling?