didierfranc / gatsby-plugin-google-fonts

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

Titan one font from google fonts does not work. #16

Closed cesaremiliomedia closed 4 years ago

cesaremiliomedia commented 4 years ago

Do certain fonts from this plugin not work?

{
   resolve: `gatsby-plugin-google-fonts`,
   options: {
      fonts: [
        `Titan One`,
         `Sacramento`, 
          // you can also specify font weights and styles
       ],
       display: "swap",
    },
 }
cesaremiliomedia commented 4 years ago

Titan One does work. Sorry for confusion.