diff --git a/public/fonts/nds-10px.woff2 b/public/fonts/nds-10px.woff2 new file mode 100644 index 0000000..adbc80f Binary files /dev/null and b/public/fonts/nds-10px.woff2 differ diff --git a/public/fonts/nds-7px.woff2 b/public/fonts/nds-7px.woff2 new file mode 100644 index 0000000..2e301fd Binary files /dev/null and b/public/fonts/nds-7px.woff2 differ diff --git a/public/fonts/pokemon-dp-pro.ttf b/public/fonts/pokemon-dp-pro.ttf new file mode 100644 index 0000000..92b78c2 Binary files /dev/null and b/public/fonts/pokemon-dp-pro.ttf differ diff --git a/src/style.css b/src/style.css index 293d3b1..6f401d3 100644 --- a/src/style.css +++ b/src/style.css @@ -1,3 +1,25 @@ body { margin: 0; } + +@font-face { + font-family: "NDS7"; + src: url("/fonts/nds-7px.woff2") format("woff2"); + font-weight: normal; + font-style: normal; +} + +@font-face { + font-family: "NDS10"; + src: url("/fonts/nds-10px.woff2") format("woff2"); + font-weight: normal; + font-style: normal; +} + +/* NOTE: woff2 version of this font doesn't work */ +@font-face { + font-family: "Pokemon DP Pro"; + src: url("/fonts/pokemon-dp-pro.ttf") format("truetype"); + font-weight: normal; + font-style: normal; +}