has the font infrastructure of
has the font infrastructure of cloudflare pages build instances been documented somehow? i'm trying to process some open graph images with sharp (a node.js package) and i set
export FONTCONFIG_PATH=${PWD}/assets/fonts at my build script as per sharp instructions (i validated at that PWD is what i might expect) but it seems like it still doesn't find my custom fonts. it's possible i'm missing something obvious here