Skip to content

Commit

Permalink
chore(deps): [closes #531] swap typeface-* packages for @fontsource/*
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyckahn committed Dec 13, 2024
1 parent d105eda commit 7641a4b
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 27 deletions.
45 changes: 22 additions & 23 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,8 @@
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@fontsource/francois-one": "^5.1.0",
"@fontsource/public-sans": "^5.1.1",
"@fortawesome/fontawesome-svg-core": "^1.2.27",
"@fortawesome/free-regular-svg-icons": "^5.12.1",
"@fortawesome/free-solid-svg-icons": "^5.12.1",
Expand Down Expand Up @@ -144,8 +146,6 @@
"shifty": "^3.0.1",
"stream": "npm:stream-browserify@^3.0.0",
"trystero": "^0.20.0",
"typeface-francois-one": "0.0.71",
"typeface-public-sans": "^1.1.4",
"url": "^0.11.0",
"usehooks-ts": "^3.1.0",
"uuid": "^3.4.0",
Expand Down
4 changes: 2 additions & 2 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ import { HashRouter as Router, Route } from 'react-router-dom'
import './index.sass'
import Farmhand from './components/Farmhand/index.js'
import { features } from './config.js'
import 'typeface-francois-one'
import 'typeface-public-sans'
import '@fontsource/francois-one'
import '@fontsource/public-sans'

// eslint-disable-next-line no-unused-vars
import { cropFamily, grapeVariety } from './enums.js'
Expand Down

0 comments on commit 7641a4b

Please sign in to comment.