How to import and set font from "next/font/google" dynamically
Unanswered
Bedlington Terrier posted this in #help-forum
Bedlington TerrierOP
I need to change fonts in my app dynamically - choose one from 15 available. Regular import of all of those fonts may be too much for bundle size. Is there any way to make it dynamic import? For example I have state "inter" so Inter font should be only loaded.