diff --git a/assets/Doto-Bold.ttf b/assets/Doto-Bold.ttf
deleted file mode 100644
index 46bfb56..0000000
Binary files a/assets/Doto-Bold.ttf and /dev/null differ
diff --git a/assets/styles.css b/assets/styles.css
index 0fe1fad..1b26b26 100644
--- a/assets/styles.css
+++ b/assets/styles.css
@@ -1,5 +1,5 @@
@font-face{
- font-family: 'Doto';
+ font-family: 'Monocraft';
src: url('Monocraft.ttf') format('truetype');
font-weight: bold;
font-display: swap;
@@ -8,10 +8,9 @@
body {
margin: 0;
min-height: 100svh;
- font: 14px 'Doto',monospace;
+ font: 14px 'Monocraft',monospace;
color: #fff;
text-align: center;
- /* background: url("wallhaven-3kkgl6.jpg") center/cover fixed; */
background-color: #2c1b02;
display: flex;
flex-direction: column;
@@ -26,7 +25,6 @@ main {
}
a {
- /* color: rgb(0, 162, 255); */
color: #fa9c0f;
text-decoration: none;
}
@@ -40,11 +38,6 @@ a:hover {
text-decoration: underline;
}
-/* .flip {
- display: inline-block;
- transform: scaleX(-1);
-} */
-
.info {
display: flex;
justify-content: center;
diff --git a/index.html b/index.html
index cc3b828..dcc7171 100644
--- a/index.html
+++ b/index.html
@@ -32,15 +32,9 @@