diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/font.c | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -43,6 +43,17 @@ struct font { }; static const struct font_desc *fonts[] = { + &font_vga_8x8, + &font_vga_8x16, + &font_vga_6x11, + &font_7x14, + &font_sun_8x16, + &font_sun_12x22, + &font_10x18, + &font_acorn_8x8, + &font_pearl_8x8, + &font_mini_4x6, + &font_6x10, &font_mplus_1mn_medium_10x14, &font_mplus_1mn_regular_12x17, &font_mplus_1mn_regular_14x19, |