04b16b+font

It is a go-to choice for developers creating "Pico-8" style games or retro RPGs where a pixel-perfect aesthetic is required.

font is a popular bit-mapped pixel font known for its retro, gaming-style aesthetic. It is often used in digital design, UI for games, and creative projects requiring a sharp, nostalgic look. fontsinuse.com 04b16b+font

Within game engines, load the font as a "Bitmap Font" rather than a TrueType font. Create a font atlas where each character is a sprite. This guarantees that the game renders the text exactly as designed, without the engine's font renderer "helpfully" adding smoothing. It is a go-to choice for developers creating