diff --git a/global.css b/global.css index 9e4c2fd..6cf6d33 100644 --- a/global.css +++ b/global.css @@ -1,6 +1,6 @@ @font-face { - font-family: heartFont; - src: url("ttf/rainyhearts.ttf"); + font-family: PxFont; + src: url("ttf/ibm.ttf"); } @keyframes rainbow_anim { @@ -39,7 +39,7 @@ h2 { } body { - font-family: "PxPlus IBM VGA 9x16"; + font-family: "PxFont"; color: #bfbfbf; background-color: #0f0f0f; } diff --git a/ttf/ibm.ttf b/ttf/ibm.ttf new file mode 100644 index 0000000..ac76345 Binary files /dev/null and b/ttf/ibm.ttf differ diff --git a/ttf/rainyhearts.ttf b/ttf/rainyhearts.ttf deleted file mode 100644 index 245cd40..0000000 Binary files a/ttf/rainyhearts.ttf and /dev/null differ