diff --git a/index.html b/index.html index 8b6a768..5963027 100644 --- a/index.html +++ b/index.html @@ -65,7 +65,7 @@

Hello everyone

[ SEASON 1 ]

-

Lorem ipsum, dolor sit amet consectetur adipisicing.

+

Lorem ipsum, dolor sit amet consectetur.

@@ -74,7 +74,7 @@

[ SEASON 1 ]

[ SEASON 2 ]

-

Lorem ipsum, dolor sit amet consectetur adipisicing.

+

Lorem ipsum, dolor sit amet consectetur.

@@ -83,7 +83,7 @@

[ SEASON 2 ]

[ SEASON 3 ]

-

Lorem ipsum, dolor sit amet consectetur adipisicing.

+

Lorem ipsum, dolor sit amet consectetur.

diff --git a/resources/style.css b/resources/style.css index afe9c6c..25ee198 100644 --- a/resources/style.css +++ b/resources/style.css @@ -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; } @@ -30,7 +41,7 @@ } .box-text { - margin-top: 10px; + margin-top: 20px; text-align: center; } diff --git a/resources/vendor/Minecraftia-Regular.ttf b/resources/vendor/Minecraftia-Regular.ttf new file mode 100644 index 0000000..7247ad7 Binary files /dev/null and b/resources/vendor/Minecraftia-Regular.ttf differ