Skip to content

Commit

Permalink
Added inter in font-family
Browse files Browse the repository at this point in the history
  • Loading branch information
Ratangulati committed May 23, 2024
1 parent b4fc895 commit f528bc2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions frontend/src/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ aside p {

.search_results{
font-size: xx-large;
font-family: Arial, Helvetica, sans-serif;
font-family: "Inter", Arial, Helvetica, sans-serif;
font-weight: 600;
align-self: flex-start;
margin-left: 2rem;
Expand All @@ -312,7 +312,7 @@ aside p {

.recent {
font-size: xx-large;
font-family: Arial, Helvetica, sans-serif;
font-family: "Inter", Arial, Helvetica, sans-serif;
font-weight: 600;
color: white;
margin-left: 2rem;
Expand Down
3 changes: 1 addition & 2 deletions frontend/src/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -201,5 +201,4 @@ const App = () => {
);
};

export default App;

export default App;

0 comments on commit f528bc2

Please sign in to comment.