How do I load a `Font` from JVM resources? Can’t f...
# compose-desktop
o
How do I load a
Font
from JVM resources? Can’t find anything…
Okay, found the function
Copy code
androidx.compose.ui.text.platform.Font("fonts/Roboto/Roboto-Regular.ttf")
rubber duck