Skip to content

Commit

Permalink
add headline
Browse files Browse the repository at this point in the history
  • Loading branch information
tuan2311 committed Aug 7, 2020
1 parent 3427037 commit c4fe6fe
Show file tree
Hide file tree
Showing 15 changed files with 613 additions and 25 deletions.
11 changes: 11 additions & 0 deletions gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,17 @@ module.exports = {
path: `${__dirname}/src/images`,
},
},
{
resolve: `gatsby-plugin-prefetch-google-fonts`,
options: {
fonts: [
{
family: `Roboto Slab`,
variants: [`600`, `700`, `800`, `900`],
},
],
},
},
`gatsby-transformer-sharp`,
`gatsby-plugin-sharp`,
{
Expand Down
282 changes: 282 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,15 @@
"eslint-plugin-react": "^7.20.5",
"gatsby-plugin-emotion": "^4.3.10",
"gatsby-plugin-postcss": "^2.3.11",
"gatsby-plugin-prefetch-google-fonts": "^1.4.3",
"husky": "^4.2.5",
"lint-staged": "^10.2.11",
"prettier": "2.0.5",
"svg-sprite-loader": "^5.0.0",
"svg-transform-loader": "^2.0.13",
"svgo-loader": "^2.2.1",
"tailwindcss": "^1.6.2",
"tailwindcss-typography": "^3.1.0",
"twin.macro": "^1.7.0",
"typescript": "^3.9.7",
"typescript-plugin-tw-template": "^2.0.1",
Expand Down
Loading

0 comments on commit c4fe6fe

Please sign in to comment.