feat: 🎉 initial commit

This commit is contained in:
Sebin Nyshkim 2024-10-11 21:47:59 +02:00
commit b3003321c9
35 changed files with 9015 additions and 0 deletions

View file

@ -0,0 +1,9 @@
/* encode-sans-condensed-thin */
@font-face {
font-family: 'Encode Sans';
font-style: normal;
font-weight: 75% 125%;
font-stretch: 100%;
src: url(encode-sans.woff2) format('woff2');
font-display: swap;
}

Binary file not shown.

View file

@ -0,0 +1,9 @@
/* m-plus-1-code */
@font-face {
font-family: 'M PLUS 1 Code';
font-style: normal;
font-weight: 100 700;
font-stretch: 100%;
src: url(m-plus-1-code.woff2) format('woff2');
font-display: swap;
}

Binary file not shown.

View file

@ -0,0 +1,9 @@
/* tilt-warp */
@font-face {
font-family: 'Tilt Warp';
font-style: normal;
font-weight: 400;
font-stretch: 100%;
src: url(tilt-warp.woff2) format('woff2');
font-display: swap;
}

Binary file not shown.

Binary file not shown.