Skip to content

Commit

Permalink
[#12] feat: add Roboto font
Browse files Browse the repository at this point in the history
  • Loading branch information
damla committed Oct 28, 2021
1 parent 354d028 commit b127acb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions client/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
<head>
<meta charset="utf-8" />
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
<link
href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap"
rel="stylesheet"
/>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
<meta
Expand Down
2 changes: 1 addition & 1 deletion client/src/global/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
box-sizing: border-box;
margin: 0;
padding: 0;
font-family: "Roboto";
}

body {
margin: 0;
overflow-x: hidden;
font-family: "Roboto", sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
Expand Down

0 comments on commit b127acb

Please sign in to comment.