feat(settings): implement NumberInput component

This commit is contained in:
2025-12-30 18:11:30 +01:00
parent 389013f520
commit cfcaeff8ed
11 changed files with 197 additions and 0 deletions

View File

@@ -12,6 +12,13 @@
font-style: normal;
}
@font-face {
font-family: "NDS39";
src: url("/assets/fonts/nds-39px.ttf") format("truetype");
font-weight: normal;
font-style: normal;
}
/* NOTE: woff2 version of this font doesn't work */
@font-face {
font-family: "Pokemon DP Pro";

Binary file not shown.