This is useful if you want to use a BDF format font as your Linux TTY console font.
This guide takes some liberties in assuming you are using Arch Linux but it should be fairly straightforward on other distros.
Install bdf2psf
yay -S bdf2psf
Convert your BDF font to PSF format
sudo bdf2psf --fb scientifica-11.bdf \
/usr/share/bdf2psf/standard.equivalents \
/usr/share/bdf2psf/fontsets/Uni2.512+/usr/share/bdf2psf/useful.set \
512 scientifica-psf.psf
setfont scientifica-psf.psf
Move font to /usr/share/kbd/consolefonts
mv scientifica-11.psf /usr/share/kbd/consolefonts
gzip /usr/share/kbd/consolefonts/scientifica-11.psf
Set the font in /etc/vconsole.conf
FONT=scientifica
Rebuild initramfs
mkinitcpio -P
You can make the font 2x bigger
setfont scientifica-psf.psf -o scientifica-psf-2x.psf