Fix Mononoki naming [skip ci]

[why]
We get very bad names using the old naming algo:

`mononoki BoldItalic Nerd Font Complete`

Also the typographic subfamily is useless (will not be set bu the old
algo)

[how]
Use `--makegroups` which results in correct fullname
`Mononoki Nerd Font Complete Bold Italic`

Related: #575

Signed-off-by: Fini Jastrow <ulf.fini.jastrow@desy.de>
This commit is contained in:
Fini Jastrow 2023-01-17 14:36:36 +01:00
parent fec587385a
commit 1d8efb6f68

View file

@ -0,0 +1 @@
config_patch_flags="--makegroups"