Skip to content
Snippets Groups Projects
Commit 3f858c0d authored by Chif Gergő's avatar Chif Gergő
Browse files

Add Roboto font lint to index.html

parent 0cd6c825
Branches Blint-tmp
Tags
1 merge request!15Add new header
This commit is part of merge request !15. Comments created here will be created in the context of that merge request.
...@@ -12,6 +12,11 @@ ...@@ -12,6 +12,11 @@
user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/ user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/
--> -->
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" /> <link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap"
/>
<!-- <!--
Notice the use of %PUBLIC_URL% in the tags above. Notice the use of %PUBLIC_URL% in the tags above.
It will be replaced with the URL of the `public` folder during the build. It will be replaced with the URL of the `public` folder during the build.
......
...@@ -138,10 +138,4 @@ const Header: React.FC<HeaderProps> = ({ customToolbar, menuItems = MENU_ITEMS } ...@@ -138,10 +138,4 @@ const Header: React.FC<HeaderProps> = ({ customToolbar, menuItems = MENU_ITEMS }
); );
}; };
/*
*/
export default Header; export default Header;
...@@ -45,6 +45,6 @@ export const darkTheme = createMuiTheme({ ...@@ -45,6 +45,6 @@ export const darkTheme = createMuiTheme({
}, },
}, },
typography: { typography: {
fontFamily: 'Roboto Regular', fontFamily: 'Roboto',
}, },
}); });
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment