I can see from the Material UI documentation that the user is responsible for loading the Roboto font :
I tried one of their example projects (the vitejs one). I can't see any loading of the Roboto
font in this project.
When starting it using npm run dev
, I can see the text is correctly displayed with the Roboto
font despite the fact that I can't see any trace of this font in the index html page.
I didn't see any <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap"/>
in the header. I also tried to find any @font-face
in the inline styles without any success.
I'm wondering where does the Roboto
font come from ? Is it included by default in modern computers (I'm currently using firefox on a ubuntu laptop) ?