Reactjs – How to set Montserrat google font to entire NextJS application that uses MUI components?
I have been trying to use the Montserrat font in my Next js application. When I inspect the texts in browser, the font family is always roboto and same set of fallbacks. "Roboto","Helvetica","Arial",sans-serif I haven't made this set as my…