by steve0greatness, Saturday, 1 June 2024, 05:38:23 (1717220303), pushed by steve0greatness, Tuesday, 28 January 2025, 07:34:16 (1738049656)
Author identity: Steve0Greatness <steve0greatnessiscool@gmail.com>
bc76b1a1e89a0c1ca0e6699bcbed9a9d6443a81e
gully.css
@@ -0,0 +1,4 @@
@font-face {
font-family: "Gully";
src: url("gully.ttf") format("truetype");
}
redhatmono.css
@@ -0,0 +1,4 @@
@font-face {
font-family: "RH Mono";
src: url("RedHatMonoVF.ttf") format("truetype");
}
style.css
@@ -1,3 +1,7 @@
@import url("willow.css");
@import url("redhatmono.css");
@import url("gully.css");
/* Colors */
:root {
@@ -9,23 +13,6 @@
--primary-code: #1f1f1f;
}
/* Fonts */
@font-face {
font-family: "Gully";
src: url("gully.ttf") format("truetype");
}
@font-face {
font-family: "RH Mono";
src: url("RedHatMonoVF.ttf") format("truetype");
}
@font-face {
font-family: "Willow";
src: url("willow.otf") format("truetype");
}
/* Styles */
body {
@@ -39,6 +26,10 @@ body {
box-shadow: 0px 0px 50px #000;
}
:root {
font-family: "Gully";
}
html {
background-image: url("./background.webp");
background-color: #FFF;
willow.css
@@ -0,0 +1,4 @@
@font-face {
font-family: "Willow";
src: url("willow.otf") format("truetype");
}