········· > On 12/6/2015 10:14 PM, Philipp Gesang wrote: > > ········· > > > >> The problem persisted with Courier New, not only Source Sans Pro (SSP). > >> > >> The font file for Source Sans Pro came directly from the Google's font service. > >> > >> The SSP (on my machine) works fine in Inkscape. > >> > >> The exact same font was also working before the ConTeXt upgrade. > > > > Confirmed, it appears to work if you revert to the old loader in > > font-lib.mkvi. > > i need a better example of what fails then as it works here The problem seems to be the “filename” field being written to the cache from the wrong source. Between the old and the new fontloader, you get the following picture in the “resources” record: + ["filename"]="Everson_Mono_Bold.ttf", - ["filename"]="/tmp/here-be-fonts/Everson_Mono_Bold.ttf", The attached patch fixes it for me. Philipp