Roboto is now correctly included. -apple-system added as a fallback font.
This diff is collapsed.
... | @@ -24,9 +24,10 @@ | ... | @@ -24,9 +24,10 @@ |
"react-redux": "^5.0.5", | "react-redux": "^5.0.5", | ||
"react-router-dom": "^4.1.2", | "react-router-dom": "^4.1.2", | ||
"react-router-redux": "^5.0.0-alpha.9", | "react-router-redux": "^5.0.0-alpha.9", | ||
"react-scripts": "1.0.10", | |||
"redux": "^3.7.2", | "redux": "^3.7.2", | ||
"redux-thunk": "^2.2.0", | "redux-thunk": "^2.2.0", | ||
"react-scripts": "1.0.10" | "typeface-roboto": "0.0.50" | ||
}, | }, | ||
"devDependencies": { | "devDependencies": { | ||
"babel-eslint": "^7.2.3", | "babel-eslint": "^7.2.3", | ||
... | ... |
Please register or sign in to comment