On Wed, 17 Mar 2021 23:58:54 +1000 Christopher Andrews
<[email protected]> wrote:
> I hit this bug as well, it seems to only affect firefox, but I hit it with 
> "the
> australian", and a few other online news sites.
>
> I'm not completely sure about the correct fix for /etc/fonts/conf.d/90-fonts-
> baekmuk.conf but I ended up changing qual="any" to qual="all", assuming that
> means it has to pass every test and not just one of them, and it did seem to
> fix it.

    <test name="family" qual="any" compare="eq">
      <string>Baekmuk Gulim</string>
    </test>
    <test name="pixelsize" compare="less_eq"><int>22</int></test>

qual="..." is not about AND/OR-ness with another test, but it means
all "family" properties. There are multiple family names (English and
Korean ones) in one baekmuk font, so changing qual="any" to qual="all"
means not-matched. It's the same as removing the config.

Reply via email to