DEV Community

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

Collapse
 
aquasar profile image
Alex Quasar

Can you use this together with Google Fonts?

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...