diff --git a/assets/css/style.css b/assets/css/style.css
index 36613ea..d34a9bb 100644
--- a/assets/css/style.css
+++ b/assets/css/style.css
@@ -5,6 +5,11 @@ body {
overflow-x: hidden;
}
+@font-face {
+ font-family: IBMWeb;
+ src: url('https://cdn.4d2.org/web/ibm9x16.woff');
+}
+
/* Ascii logo */
.ascii-logo {
font-family: monospace;
@@ -18,9 +23,12 @@ body {
.content1 {
margin-left: 20px;
margin-right: 20px;
- font-family: monospace;
- white-space: normal;
+ font-family: IBMWeb, Liberation Mono, monospace;
+ background-color: #000000;
color: #a57ae9;
+ font-size: 1.0em;
+ white-space: normal;
+ /* color: #a57ae9; */
}
/* End of the main content of the website */
@@ -28,7 +36,7 @@ body {
.content2 {
margin-left: 20px;
margin-right: 20px;
- font-family: monospace;
+ font-family: IBMWeb, Liberation Mono, monospace;
white-space: normal;
color: #a57ae9;
font-size: large;
@@ -37,7 +45,7 @@ body {
/*Code to make footer look cool and ncie :D*/
footer {
- font-family: monospace;
+ font-family: IBMWeb, Liberation Mono, monospace;
position: fixed;
text-align: center;
bottom: 0;
diff --git a/assets/fonts/Ac437_IBM_VGA_8x16.ttf b/assets/fonts/Ac437_IBM_VGA_8x16.ttf
new file mode 100644
index 0000000..4c82180
Binary files /dev/null and b/assets/fonts/Ac437_IBM_VGA_8x16.ttf differ
diff --git a/index.html b/index.html
index ca31689..e023afb 100644
--- a/index.html
+++ b/index.html
@@ -86,7 +86,8 @@
>
| My Socials |
Contact Me |
- TOR & Mirrors |
+ TOR, YGG & Mirrors |
+ Font |