Skip to content

Commit

Permalink
fix: 🐛 Restore favicon link and update font styles
Browse files Browse the repository at this point in the history
  • Loading branch information
yashksaini-coder committed Dec 16, 2024
1 parent 17b371b commit 61e6c52
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Frontend/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="UTF-8" />
<!-- <link rel="icon" type="image/svg+xml" href="/vite.svg" /> -->
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Room Chat</title>
</head>
Expand Down
6 changes: 6 additions & 0 deletions Frontend/src/App.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
@import url('https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&family=Oswald:wght@200..700&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap');


#root {
margin: 0 auto;
text-align: center;
font-family: "Lexend", sans-serif;
font-optical-sizing: auto;
font-style: normal;
}

.logo {
Expand Down

0 comments on commit 61e6c52

Please sign in to comment.