Skip to content

Commit

Permalink
Change font family to Rubik
Browse files Browse the repository at this point in the history
  • Loading branch information
therealsujitk committed Dec 9, 2023
1 parent bf15472 commit f5d9f35
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions frontend/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
name="description"
content="Include a Vercel deployment badge in your project's README.md file. Use this site to generate your deployment badge."
/>
<link href="https://fonts.googleapis.com/css2?family=Rubik&display=swap" rel="stylesheet">
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
<!--
manifest.json provides metadata used when your web app is installed on a
Expand Down
10 changes: 5 additions & 5 deletions frontend/src/index.css
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
* {
font-family: 'Rubik', sans-serif !important;
}

body {
margin: 0;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}

code {
font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',
monospace;
font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New', monospace;
}

0 comments on commit f5d9f35

Please sign in to comment.