Comment by input_sh
3 years ago
Defaults on Firefox are all from DejaVu family: https://dejavu-fonts.github.io/
Mozilla has a custom font for their branding called Zilla Slab, but I believe that's only serif.
3 years ago
Defaults on Firefox are all from DejaVu family: https://dejavu-fonts.github.io/
Mozilla has a custom font for their branding called Zilla Slab, but I believe that's only serif.
This is incorrect. Firefox does ship an emoji font, but for the rest it delegates default-selection to fontconfig, and it’s likely to have a very long list of possibilities, depending on its configuration (see /usr/share/fontconfig/conf.default for a start) and what’s installed.
Run `fc-match --all sans-serif` to see how it resolves. On my machine, Noto Sans gets higher priority than DejaVu Sans (though I’ve configured Concourse 4 as the top preference, in ~/.config/fontconfig).