Skip to content

Commit

Permalink
Add mc font
Browse files Browse the repository at this point in the history
  • Loading branch information
JadlionHD committed Dec 9, 2023
1 parent 18e8fce commit 2a74139
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 4 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ <h4>Hello everyone</h4>
</div>
<div class="box-text">
<h4>[ SEASON 1 ]</h4>
<p>Lorem ipsum, dolor sit amet consectetur adipisicing.</p>
<p>Lorem ipsum, dolor sit amet consectetur.</p>
</div>
</div>
<div class="box">
Expand All @@ -74,7 +74,7 @@ <h4>[ SEASON 1 ]</h4>
</div>
<div class="box-text">
<h4>[ SEASON 2 ]</h4>
<p>Lorem ipsum, dolor sit amet consectetur adipisicing.</p>
<p>Lorem ipsum, dolor sit amet consectetur.</p>
</div>
</div>
<div class="box">
Expand All @@ -83,7 +83,7 @@ <h4>[ SEASON 2 ]</h4>
</div>
<div class="box-text">
<h4>[ SEASON 3 ]</h4>
<p>Lorem ipsum, dolor sit amet consectetur adipisicing.</p>
<p>Lorem ipsum, dolor sit amet consectetur.</p>
</div>
</div>
</div>
Expand Down
13 changes: 12 additions & 1 deletion resources/style.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
@font-face {
font-family: "Minecraftia";
src: url("../resources/vendor/Minecraftia-Regular.ttf");
font-weight: normal;
font-style: normal;
}

body {
font-family: "Minecraftia";
}

.jarak {
margin-bottom: 140px;
}
Expand Down Expand Up @@ -30,7 +41,7 @@
}

.box-text {
margin-top: 10px;
margin-top: 20px;
text-align: center;
}

Expand Down
Binary file added resources/vendor/Minecraftia-Regular.ttf
Binary file not shown.

0 comments on commit 2a74139

Please sign in to comment.