mirror of
https://github.com/mastermindzh/rickvanlieshout.com
synced 2024-12-25 22:39:41 +01:00
Added Google Fonts support
This commit is contained in:
parent
69d2834bee
commit
9cf753b94b
@ -119,6 +119,12 @@ module.exports = {
|
||||
resolve: 'gatsby-plugin-google-analytics',
|
||||
options: { trackingId: '' }
|
||||
},
|
||||
{
|
||||
resolve: `gatsby-plugin-google-fonts`,
|
||||
options: {
|
||||
fonts: [`roboto\:400,400i,500,700`]
|
||||
}
|
||||
},
|
||||
{
|
||||
resolve: 'gatsby-plugin-sitemap',
|
||||
options: {
|
||||
|
@ -46,7 +46,7 @@
|
||||
"react": "^15.6.1",
|
||||
"react-helmet": "^5.2.0",
|
||||
"react-disqus-comments": "^1.1.1",
|
||||
"typeface-roboto": "latest"
|
||||
"gatsby-plugin-google-fonts": "latest"
|
||||
},
|
||||
"devDependencies": {
|
||||
"eslint": "^4.14.0",
|
||||
|
@ -1,6 +1,5 @@
|
||||
import React from 'react';
|
||||
import Helmet from 'react-helmet';
|
||||
import 'typeface-roboto';
|
||||
import '../assets/scss/init.scss';
|
||||
|
||||
class Layout extends React.Component {
|
||||
|
Loading…
Reference in New Issue
Block a user