Hi all, sorry if this is addressed somewhere, but I read the nextjs docs on next/fonts and didnt really think it addressed my usecase.
I want users to be able to upload a custom font to cloud storage then use that font for their account only. How would I do this with next/font?
It appears that all the documentation addresses adding a custom font at build, but is there away to incorporate a custom font at runtime and at page load?
Thanks in advance.