[21.10] Loading the font vga11x19 now fails

I am trying to load a font into my 21.10 system so that rxvt can use it and in that respect I have digged back my following notes which were working well last time I needed them.

$ cd ~/Download && wget http://techtinkering.com/downloads/ansifonts.tar.gz
$ sudo tar -xvzf ansifonts.tar.gz -C /usr/share/fonts/X11/misc
[...]
$ sudo xset fp rehash
$ xlsfonts | grep vga11x19
vga11x19
$

The problem I now have is that the last command does not return the vga11x19 entry. Yet that worked on my old 18.04 system.

Therefore I need to ask: has 21.10 changed as much that this font cannot be used anymore? Perhaps Wayland?