summaryrefslogtreecommitdiff
path: root/deps/npm/docs/gatsby-config.js
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/docs/gatsby-config.js')
-rw-r--r--deps/npm/docs/gatsby-config.js14
1 files changed, 3 insertions, 11 deletions
diff --git a/deps/npm/docs/gatsby-config.js b/deps/npm/docs/gatsby-config.js
index f44e1bc4ed..53f24e5f98 100644
--- a/deps/npm/docs/gatsby-config.js
+++ b/deps/npm/docs/gatsby-config.js
@@ -35,19 +35,11 @@ const OPTS = {
}
},
{
- resolve: 'gatsby-plugin-prefetch-google-fonts',
+ resolve: 'gatsby-plugin-google-fonts',
options: {
fonts: [
- {
- family: 'Poppins',
- subsets: ['latin'],
- variants: ['300', '400', '500']
- },
- {
- family: 'Inconsolata',
- subsets: ['latin'],
- variants: ['400', '700']
- }
+ 'Poppins',
+ 'Inconsolata'
]
}
},