skip
skip copied to clipboard
Skip should automatically copy fonts into the appropriate Android resource folder
When you put images in Sources/MyApp/Resources, they're automatically available to Android. But, for fonts, https://skip.tools/docs/modules/skip-ui/#custom-fonts explains that you have to manually put the file (or a symlink) in Android/app/src/main/res/font.
Skip should find all of the fonts enumerated in UIAppFonts and copy/symlink those files for me.