diff --git a/20250915.css b/20250915.css deleted file mode 100644 index ad02fbd..0000000 --- a/20250915.css +++ /dev/null @@ -1,15 +0,0 @@ -@font-face { - font-family: "VT323"; - font-weight: normal; - font-style: normal; - src: url("./VT323-Regular.ttf") format("truetype"); -} - -* { - font-family: "VT323"; - color: lime; -} - -html { - background: black; -} diff --git a/20251015.css b/20251015.css new file mode 100644 index 0000000..b004751 --- /dev/null +++ b/20251015.css @@ -0,0 +1,36 @@ +@font-face { + font-family: "Greenhouse-Saguaro"; + font-weight: normal; + font-style: normal; + src: url("https://cdn.isaac.run/brand/carattere/Greenhouse-Saguaro.woff2") format("woff2"); +} + +@font-face { + font-family: "OtherHand"; + font-weight: normal; + font-style: normal; + src: url("https://cdn.isaac.run/brand/carattere/OtherHand-Medium.woff2") format("woff2"); +} + +html { + font-family: "Greenhouse-Saguaro"; + font-size: 1.5em; + max-width: 600px; + -webkit-text-stroke: 1px #000; + background-image: linear-gradient(rgb(255 255 255 / 0.75)), url("/tiger.png"); + background-repeat: repeat; + background-position: left bottom; + background-size: 128px; +} + +h1 { + font-weight: normal; + font-size: 2.5em; +} + +h1 + p { + font-family: inherit; +} +p { + font-family: "OtherHand"; +} diff --git a/20251015.html b/20251015.html new file mode 100644 index 0000000..bf5e9b4 --- /dev/null +++ b/20251015.html @@ -0,0 +1,21 @@ + + +
+By Nael, age 6
+The tiger
+He destroyed his cage
+Yes
+YES
+The tiger is out
+ + diff --git a/VT323-Regular.ttf b/VT323-Regular.ttf deleted file mode 100644 index 6aec599..0000000 Binary files a/VT323-Regular.ttf and /dev/null differ diff --git a/tiger.png b/tiger.png new file mode 100644 index 0000000..2bf106d Binary files /dev/null and b/tiger.png differ