This reverts commit 1ec2c8b2f364cc8294ba06d64a167bca4b1b6bbb.
The Spleen 32x64 font causes some systems such as the AMD Framework 16
to boot extremely slowly. Adding screen.font="16x32" to
/boot/loader.conf is a partial workaround, but text displayed before the
boot menu still takes ~30 seconds to render on that laptop. With this
commit reverted, the same text renders immediately.
Once the pending work is committed to allow normal booting with these
fonts, this change can be reapplied.
PR: 289007