Initial files

This commit is contained in:
xtzws 2025-03-14 01:55:57 -04:00 committed by GitHub
commit 806b33946f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 33 additions and 0 deletions

10
index.css Normal file
View file

@ -0,0 +1,10 @@
@font-face {
font-family: "Beast";
font-style: normal;
font-weight: 400;
src: url("Beast.woff2");
}
html {
font-family: Beast;
}