diff -r 2b124f8ebd95 -r eb6611be50c7 ui/motif/toolkit.c --- a/ui/motif/toolkit.c Sat Aug 30 22:48:46 2014 +0200 +++ b/ui/motif/toolkit.c Thu Jan 01 11:23:43 2015 +0100 @@ -50,6 +50,7 @@ int event_pipe[2]; +/* static String fallback[] = { //"*fontList: -dt-interface system-medium-r-normal-s*utf*:", "*renderTable: rt", @@ -72,6 +73,15 @@ "*rt*fontSize: 10", NULL }; +*/ +static String fallback[] = { + //"*fontList: -dt-interface system-medium-r-normal-s*utf*:", + "*renderTable: rt", + "*rt*fontType: FONT_IS_XFT", + "*rt*fontName: Cantarell", + "*rt*fontSize: 11", + NULL +}; void input_proc(XtPointer data, int *source, XtInputId *iid) { void *ptr;