Does anyone have any advice on a clean way a package could provide fonts for a Phoenix project? Are there any better ideas than providing a task that copies them into the appropriate project directories? The fonts live in deps/my_package/priv/assets/fonts
(once the dep is added).
Thanks!
More context: The stakes are pretty low here as it’s for an internal project. Installing fonts on each project using the package wouldn’t even be the end of the world but I’m wondering if there’s a generally cleaner way.