I like this project. It is being very useful for a project I am developing. At the same time, the included fonts are very limiting when using European languages. Searching for a font I could use, I found this one:
https://github.com/viler-int10h/vga-text-mode-fonts/blob/master/FONTS/SYSTEM/OS2/850_LAT1.F16
I read the notes and it seems it can be used without copyright restrictions.
It includes ASCII characters and special characters of most European languages and special symbols:
áéíóúÁÉÍÓÚñÑüܪº¿¡ÇçâêîôûäëïöàèìòùÂÊÎÔÛÄËÏÖÀÈÌÒÙåÅæÆ£ƒ®©«»¢¥€đĐβµ±ãÃõÕ½¼¾÷·
They all fit into 0x00-0xFF.
I attach two python files (8x8 and 8x16 fonts) created in the same way as the other font files in this project for your consideration. Additionally, they include a function to map the same characters in UTF-8 to the characters in the font.
fonts_latin.zip