summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-rw-r--r--sub/osd_font.otfbin0 -> 2276 bytes
-rw-r--r--sub/osd_font.pfbbin8322 -> 0 bytes
3 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 421f243d61..9e565c829d 100644
--- a/Makefile
+++ b/Makefile
@@ -377,7 +377,7 @@ video/out/gl_video_shaders.h: TOOLS/file2string.pl video/out/gl_video_shaders.gl
./$^ >$@
sub/osd_libass.c: sub/osd_font.h
-sub/osd_font.h: TOOLS/file2string.pl sub/osd_font.pfb
+sub/osd_font.h: TOOLS/file2string.pl sub/osd_font.otf
./$^ >$@
# ./configure must be rerun if it changed
diff --git a/sub/osd_font.otf b/sub/osd_font.otf
new file mode 100644
index 0000000000..d8ebec0ad8
--- /dev/null
+++ b/sub/osd_font.otf
Binary files differ
diff --git a/sub/osd_font.pfb b/sub/osd_font.pfb
deleted file mode 100644
index a4a65a143b..0000000000
--- a/sub/osd_font.pfb
+++ /dev/null
Binary files differ