[util] Default font-funcs to 'ot' instead of 'ft'
diff --git a/util/font-options.hh b/util/font-options.hh
index 8b59c96..36e0430 100644
--- a/util/font-options.hh
+++ b/util/font-options.hh
@@ -74,10 +74,10 @@
 	void (*func) (hb_font_t *);
 } supported_font_funcs[] =
 {
+  {"ot",	hb_ot_font_set_funcs},
 #ifdef HAVE_FREETYPE
   {"ft",	hb_ft_font_set_funcs},
 #endif
-  {"ot",	hb_ot_font_set_funcs},
 };