feat: display projects as pokemons in pokemon platinum

This commit is contained in:
2025-12-11 17:16:00 +01:00
parent c6ee0a7550
commit 3b34961f0d
59 changed files with 393 additions and 480 deletions

View File

@@ -12,6 +12,14 @@
font-style: normal;
}
/* NOTE: woff2 version of this font doesn't work */
@font-face {
font-family: "Pokemon DP Pro";
src: url("/assets/fonts/pokemon-dp-pro.ttf") format("truetype");
font-weight: normal;
font-style: normal;
}
* {
box-sizing: border-box;
margin: 0;