Initial commit of darkhorselinux.org static site

This commit is contained in:
2026-08-07 02:34:18 -04:00
commit dbf839e9eb
40 changed files with 3416 additions and 0 deletions

4
resources/fonts/inter.css Executable file
View File

@@ -0,0 +1,4 @@
@font-face { font-family: "Inter"; font-style: normal; font-weight: 400; font-display: swap; src: url("Inter-Regular.woff2") format("woff2"); }
@font-face { font-family: "Inter"; font-style: normal; font-weight: 500; font-display: swap; src: url("Inter-Medium.woff2") format("woff2"); }
@font-face { font-family: "Inter"; font-style: normal; font-weight: 600; font-display: swap; src: url("Inter-SemiBold.woff2") format("woff2"); }
@font-face { font-family: "Inter"; font-style: normal; font-weight: 700; font-display: swap; src: url("Inter-Bold.woff2") format("woff2"); }