Hey guys!
Has anyone tried building a custom font provider using the Experimental Fonts API?
I'm a bit confused about Step 3 in the docs: provider: fontProviders.myProvider()
How does Astro know where myProvider comes from?
Do I just put my provider implementation in a certain folder and it’s automatically detected as part of fontProviders, or do I need to import or register it somewhere manually?