Skip to content

Commit

Permalink
Update google fonts (#48984)
Browse files Browse the repository at this point in the history
### What?

* Update google fonts for `next/font` with `scripts/update-google-fonts.js.`
* Add npm script `pnpm update-google-fonts`

### How?

Run `pnpm update-google-fonts`
  • Loading branch information
huozhi committed Apr 29, 2023
1 parent 03189bb commit 986039d
Show file tree
Hide file tree
Showing 3 changed files with 580 additions and 30 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@
"postinstall": "git config index.skipHash false && node scripts/install-native.mjs",
"version": "npx pnpm@7.24.3 install --no-frozen-lockfile && IS_PUBLISH=yes ./scripts/check-pre-compiled.sh && git add .",
"prepare": "husky install",
"sync-react": "node ./scripts/sync-react.js"
"sync-react": "node ./scripts/sync-react.js",
"update-google-fonts": "node ./scripts/update-google-fonts.js"
},
"devDependencies": {
"@babel/core": "7.18.0",
Expand Down

0 comments on commit 986039d

Please sign in to comment.