diff --git a/gatsby-browser.js b/gatsby-browser.js index b1e5c31..cc1bda7 100644 --- a/gatsby-browser.js +++ b/gatsby-browser.js @@ -1,7 +1 @@ -/** - * Implement Gatsby's Browser APIs in this file. - * - * See: https://www.gatsbyjs.org/docs/browser-apis/ - */ - -// You can delete this file if you're not using it +import "@kichiyaki/roboto" diff --git a/package.json b/package.json index 715623e..8ba685b 100644 --- a/package.json +++ b/package.json @@ -5,6 +5,7 @@ "version": "0.1.0", "author": "Dawid Wysokiński ", "dependencies": { + "@kichiyaki/roboto": "^1.0.0", "@material-ui/core": "^4.11.0", "@material-ui/icons": "^4.9.1", "@material-ui/styles": "^4.10.0", diff --git a/src/components/Layout/Layout.js b/src/components/Layout/Layout.js index 96b73b7..794eb3f 100644 --- a/src/components/Layout/Layout.js +++ b/src/components/Layout/Layout.js @@ -3,7 +3,6 @@ import PropTypes from "prop-types" import classnames from "classnames" import { makeStyles } from "@material-ui/core/styles" -import { Helmet } from "react-helmet" import { CssBaseline } from "@material-ui/core" import Navbar from "./Navbar" import Footer from "./Footer" @@ -27,12 +26,6 @@ const Layout = ({ return ( - - - {showNavbar && }
{children}
{showFooter &&