How to include custom font files to an ember addon?

Hi, In our ember addon, there is no public directory. Is there a way to include font files in the addon and use it inside.

Addons can have a public tree, the directory just isn’t created by default when you generate a new addon.

Make a public directory, put some fonts in it, build your app, and take a look in dist to see where they end up. They should be in there.