Skip to content
This repository was archived by the owner on Apr 21, 2026. It is now read-only.

Commit 37fbc08

Browse files
authored
Merge pull request #1 from secureCodeBox/remove-google-fonts
Remove unused google fonts
2 parents c8c8817 + 6efb722 commit 37fbc08

4 files changed

Lines changed: 1 addition & 127 deletions

File tree

gatsby-config.js

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,6 @@ module.exports = {
4040
},
4141

4242
plugins: [
43-
{
44-
resolve: `gatsby-plugin-typography`,
45-
options: {
46-
pathToConfigModule: `src/utils/typography`,
47-
},
48-
},
4943
`gatsby-plugin-emotion`,
5044
`gatsby-plugin-sass`,
5145
`gatsby-transformer-json`,
@@ -59,12 +53,6 @@ module.exports = {
5953
"excerpt_separator": `<!-- end -->`
6054
}
6155
},
62-
{
63-
resolve: `gatsby-plugin-typography`,
64-
options: {
65-
pathToConfigModule: `src/utils/typography`,
66-
},
67-
},
6856
{
6957
resolve: `gatsby-plugin-manifest`,
7058
options: {

package-lock.json

Lines changed: 0 additions & 102 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,17 +20,12 @@
2020
"gatsby-plugin-offline": "^2.2.4",
2121
"gatsby-plugin-react-helmet": "^3.1.2",
2222
"gatsby-plugin-sass": "^2.1.8",
23-
"gatsby-plugin-typography": "^2.3.2",
2423
"gatsby-source-filesystem": "^2.1.7",
2524
"gatsby-transformer-json": "^2.2.2",
2625
"gatsby-transformer-remark": "^2.6.10",
2726
"react": "^16.8.6",
2827
"react-dom": "^16.8.6",
29-
"react-helmet": "^5.2.1",
30-
"react-typography": "^0.16.19",
31-
"typography": "^0.16.19",
32-
"typography-theme-fairy-gates": "^0.16.19",
33-
"typography-theme-kirkham": "^0.16.19"
28+
"react-helmet": "^5.2.1"
3429
},
3530
"devDependencies": {
3631
"node-sass": "^4.12.0",

src/utils/typography.js

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)