DEV Community

Discussion on: 4 Steps to Self-Hosted Fonts in Gatsby

Collapse
 
reza profile image
Reza Majidi

yes. but you need to change the 'custom' key to 'google'

options: {
    google: {
        families: ['Droid Sans', 'Droid Serif']
    }
}

gatsbyjs.org/packages/gatsby-plugi...