From 7b7dff2aeeca0d3070fbb9f6b58b1b3cd7476df0 Mon Sep 17 00:00:00 2001 From: Vivian Date: Fri, 6 Sep 2024 20:13:08 +0200 Subject: [PATCH] update site --- .../MPLUSCodeLatin-Regular.ttf | Bin .../MajorMonoDisplay-Regular.ttf | Bin .../WebPlus_IBM_BIOS.woff | Bin index.html | 1 + style.css | 4 ++-- 5 files changed, 3 insertions(+), 2 deletions(-) rename MPLUSCodeLatin-Regular.ttf => fonts/MPLUSCodeLatin-Regular.ttf (100%) rename MajorMonoDisplay-Regular.ttf => fonts/MajorMonoDisplay-Regular.ttf (100%) rename WebPlus_IBM_BIOS.woff => fonts/WebPlus_IBM_BIOS.woff (100%) diff --git a/MPLUSCodeLatin-Regular.ttf b/fonts/MPLUSCodeLatin-Regular.ttf similarity index 100% rename from MPLUSCodeLatin-Regular.ttf rename to fonts/MPLUSCodeLatin-Regular.ttf diff --git a/MajorMonoDisplay-Regular.ttf b/fonts/MajorMonoDisplay-Regular.ttf similarity index 100% rename from MajorMonoDisplay-Regular.ttf rename to fonts/MajorMonoDisplay-Regular.ttf diff --git a/WebPlus_IBM_BIOS.woff b/fonts/WebPlus_IBM_BIOS.woff similarity index 100% rename from WebPlus_IBM_BIOS.woff rename to fonts/WebPlus_IBM_BIOS.woff diff --git a/index.html b/index.html index 82de814..6feb715 100644 --- a/index.html +++ b/index.html @@ -4,6 +4,7 @@ Vivian (0x76) + diff --git a/style.css b/style.css index 65686b2..a7d17ad 100644 --- a/style.css +++ b/style.css @@ -4,12 +4,12 @@ @font-face { font-family: "Major Mono Display"; - src: url(./MajorMonoDisplay-Regular.ttf); + src: url(./fonts/MajorMonoDisplay-Regular.ttf); } @font-face { font-family: "MPLUS Code"; - src: url(./MPLUSCodeLatin-Regular.ttf); + src: url(./fonts/MPLUSCodeLatin-Regular.ttf); } html, body {