easter egg (#1201)

This commit is contained in:
Max Novich
2025-02-14 10:15:53 -08:00
committed by GitHub
parent 8bc43f4219
commit 08b58c313e
9 changed files with 569 additions and 55 deletions
+21
View File
@@ -0,0 +1,21 @@
@font-face {
font-family: 'Pokemon';
src: url('../assets/fonts/pokemon.woff2') format('woff2');
font-weight: normal;
font-style: normal;
}
.font-pokemon {
font-family:
'Pokemon',
system-ui,
-apple-system,
sans-serif;
letter-spacing: 0.5px;
}
.pixelated {
image-rendering: pixelated;
image-rendering: -moz-crisp-edges;
image-rendering: crisp-edges;
}