diff --git a/kandinsky/Makefile b/kandinsky/Makefile index caf708d15..c814af4af 100644 --- a/kandinsky/Makefile +++ b/kandinsky/Makefile @@ -46,12 +46,12 @@ endif kandinsky/src/small_font.h: kandinsky/src/small_font.c kandinsky/src/small_font.c: kandinsky/fonts/rasterizer @echo "RASTER $(small_font_files)" - @$< kandinsky/fonts/smallPixelFont.ttf 12 12 SmallFont $(small_font_files) + @$< kandinsky/fonts/SmallSourcePixel.ttf 12 12 SmallFont $(small_font_files) kandinsky/src/large_font.h: kandinsky/src/large_font.c kandinsky/src/large_font.c: kandinsky/fonts/rasterizer @echo "RASTER $(large_font_files)" - @$< kandinsky/fonts/largePixelFont.ttf 16 16 LargeFont $(large_font_files) + @$< kandinsky/fonts/LargeSourcePixel.ttf 16 16 LargeFont $(large_font_files) kandinsky/fonts/rasterizer: kandinsky/fonts/rasterizer.c kandinsky/fonts/unicode_for_symbol.c @echo "HOSTCC $@" diff --git a/kandinsky/fonts/LargeSourcePixel.ttf b/kandinsky/fonts/LargeSourcePixel.ttf new file mode 100644 index 000000000..db90c796e Binary files /dev/null and b/kandinsky/fonts/LargeSourcePixel.ttf differ diff --git a/kandinsky/fonts/SmallSourcePixel.ttf b/kandinsky/fonts/SmallSourcePixel.ttf new file mode 100644 index 000000000..5acc17fca Binary files /dev/null and b/kandinsky/fonts/SmallSourcePixel.ttf differ