didierfranc / gatsby-plugin-google-fonts

Bring Google Fonts to Gatsby https://www.gatsbyjs.org/
MIT License
88 stars 18 forks source link

Safari browser is not recognizing font weight 700 for Poppins and Space Grotesk #21

Closed MrFarhan closed 3 years ago

MrFarhan commented 3 years ago

Steps i have followed: 1- run following command: yarn add gatsby-plugin-google-fonts

2- Added following in gatsby-config.js { resolve:gatsby-plugin-google-fonts, options: { fonts: [ Poppins, "Space Grotesk", source sans pro\:300,400,700,bold, // you can also specify font weights and styles ], display: "swap", }, },

However Chrome is recognizing the font weight but Safari is not.

Safari Snap: Screen Shot 2021-09-13 at 1 23 06 PM

Chrome Snap: Screen Shot 2021-09-13 at 1 24 20 PM