Skip to content

Fix the block font to load with current fontconfig

Matthias Clasen requested to merge fix-block-font into master

Fontconfig has started to be more picky about ttf files. Arguably, that is a bug: https://gitlab.freedesktop.org/fontconfig/fontconfig/-/issues/259

Until it is fixed, we can work around the problem by giving the font some more metadata to convince fontconfig to load it.

Merge request reports