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 {