Skip to content

Commit

Permalink
update11 - Fonts Fix 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Galaxy committed Oct 10, 2023
1 parent b83334c commit cf6d9b9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 0 additions & 2 deletions assets/css/styles.css
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
body {
background-color: #212121;
font-family: "Inter", sans-serif;
}

h2,
h3,
h4 {
font-family: "Inter", sans-serif;
color: #bbbbbb;
}
5 changes: 5 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@
/>
<link rel="stylesheet" href="assets/css/styles.css" />
<title>Home | Galaxy Modz Website</title>
<style>
body {
font-family: "Inter", sans-serif;
}
</style>
</head>
<body>
<h2>Hi there, Welcome to my website.</h2>
Expand Down

0 comments on commit cf6d9b9

Please sign in to comment.