Skip to content

fontconfig: Ignore woff fonts

Matthias Clasen requested to merge woff-off into master

harfbuzz creates a face, but doesn't seem to find any glyphs in woff fonts, so filter them out.

Sadly, fontfonfig does not have useful format information about this, so we need to crudely filter by filename.

Merge request reports