Skip to content

Commit

Permalink
fonts
Browse files Browse the repository at this point in the history
  • Loading branch information
orn8 authored Nov 23, 2024
1 parent 9360cc0 commit 80ccf23
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion style.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
body {
margin: 0;
font-family: Arial, sans-serif;
font-family: "Roboto", sans-serif;
background-color: #1a1a1a;
color: #f5f5f5;
}
Expand Down Expand Up @@ -37,6 +37,7 @@ nav a:hover {
#profile {
text-align: center;
margin-top: 50px;
font-family: "Arial", sans-serif;
}

.profile-box {
Expand Down

0 comments on commit 80ccf23

Please sign in to comment.