Skip to content

Commit

Permalink
CUSTOM STYLES!
Browse files Browse the repository at this point in the history
  • Loading branch information
SprintingSnail69 authored Nov 13, 2024
1 parent 8261b21 commit 122c6eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
<link rel="stylesheet" href="style.css">
<script src="https://www.gstatic.com/firebasejs/9.17.1/firebase-app.js"></script>
<script src="https://www.gstatic.com/firebasejs/9.17.1/firebase-firestore.js"></script>
<link href="/assets/fontawesome/css/all.css" rel="stylesheet" />
<link href="assets/fontawesome/css/all.css" rel="stylesheet" />
</head>
<body><br><br><br>
<div id="app">
<div id="app" style="font-family: Inter;">
<div id="auth-section">
<h1>Classchat v2</h1>
<div class="container2">
Expand Down
4 changes: 0 additions & 4 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,6 @@ body {
min-height: 100vh;
}

* {
font-family: Inter;
}

@font-face {
font-family: Inter;
src: url(fonts/Inter.ttf);
Expand Down

0 comments on commit 122c6eb

Please sign in to comment.