Skip to content

Commit

Permalink
fix something
Browse files Browse the repository at this point in the history
  • Loading branch information
cobblesteve01 authored Jun 1, 2024
1 parent f99d477 commit 3025ffb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions home.css
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
@font-face {
font-family: inter-bold;
src: url(Inter-Bold.ttf);
src: url(assets/Inter-Bold.ttf);
}

@font-face {
font-family: inter-semibold;
src: url(Inter-SemiBold.ttf);
src: url(assets/Inter-SemiBold.ttf);
}

@font-face {
font-family: inter-medium;
src: url(Inter-Medium.ttf);
src: url(assets/Inter-Medium.ttf);
}

h1 {
Expand Down
4 changes: 2 additions & 2 deletions servers.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Servers</title>
<link rel="shortcut icon" href="mc-logo.png" type="image/x-icon">
<link rel="shortcut icon" href="assets/mc-logo.png" type="image/x-icon">
<link rel="stylesheet" href="home.css">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons+Round"
rel="stylesheet">
Expand All @@ -17,7 +17,7 @@
<li><a href="worlds.html">Worlds</a></li>
<li><a href="packs.html">Resource Packs</a></li>
<li><a class="active" href="servers.html">Servers</a></li>
<li style="float: right;"><a href="https://github.com/cobblesteve01/Eaglercraft-Extras" target="_blank"><img src="github.png" style="height: 25px; color: white;" alt=""></a></li>
<li style="float: right;"><a href="https://github.com/cobblesteve01/Eaglercraft-Extras" target="_blank"><img src="assets/github.png" style="height: 25px; color: white;" alt=""></a></li>
</ul>

<div class="button-container">
Expand Down

0 comments on commit 3025ffb

Please sign in to comment.