My Linux kernel, by default, uses the big 16x32 Terminus font that is built into the kernel (with CONFIG_FONT_TER16X32) for the framebuffer console.
I just installed the "kbd" package and ran setfont with no arguments, and it switched to some other font that looks tiny on my screen. setfont seems to only support loading a font from a file, and not one of the kernel's built-in fonts. Also, the 16x32 Terminus font is not included in the kbd package.
So, how can I switch my console back to the default built-in font that I see while the system is booting up? Running setfont with no arguments does not do this. I am looking for a non-distro-specific solution.