Skip to content

Commit 2064ab6

Browse files
committed
Remove Cabin font, previously used for the Game Boy logo
1 parent e282ab4 commit 2064ab6

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

package.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,6 @@
2020
"deploy": "npx run-s build-prod deploy-gh-pages",
2121
"deploy-gh-pages": "npx gh-pages -d dist -b master"
2222
},
23-
"dependencies": {
24-
"typeface-cabin": "0.0.54"
25-
},
2623
"devDependencies": {
2724
"bulma": "^0.7.2",
2825
"compass-mixins": "^0.12.10",

src/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ console.log('Here we are')
22
import 'bulma'
33
import './styles/main.styl'
44
import 'typeface-chakra-petch'
5-
import 'typeface-cabin'
65
import 'typeface-cairo'
76
import './styles/gameboy.scss'
87

0 commit comments

Comments
 (0)