We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e282ab4 commit 2064ab6Copy full SHA for 2064ab6
package.json
@@ -20,9 +20,6 @@
20
"deploy": "npx run-s build-prod deploy-gh-pages",
21
"deploy-gh-pages": "npx gh-pages -d dist -b master"
22
},
23
- "dependencies": {
24
- "typeface-cabin": "0.0.54"
25
- },
26
"devDependencies": {
27
"bulma": "^0.7.2",
28
"compass-mixins": "^0.12.10",
src/index.js
@@ -2,7 +2,6 @@ console.log('Here we are')
2
import 'bulma'
3
import './styles/main.styl'
4
import 'typeface-chakra-petch'
5
-import 'typeface-cabin'
6
import 'typeface-cairo'
7
import './styles/gameboy.scss'
8
0 commit comments