问题 I'm trying to add a Google Font (Mukta Malar) in my Gatsby site. I've seen many articles on adding Google fonts to a Gatsby site and most of them seem to use this plugin: gatsby-plugin-prefetch-google-fonts. I've used the above plugin in my site by adding it in the gatsby-config.js file as: plugins: [ { resolve: `gatsby-plugin-prefetch-google-fonts`, options: { fonts: [ { family: `Mukta Malar` }, ], }, } ] and added the font family to my css file as well: * { font-family: "Mukta Malar", sans