[why]
A lot of the previews used some fallback font.
[how]
The generator script has been fixed in 'master'.
Now pushing the changed previews here.
Note: Because of some name changes we need to update the fonts.json too.
Signed-off-by: Fini Jastrow <ulf.fini.jastrow@desy.de>
[why]
The Symbols Only font is listed two times on the downloads page.
It has no preview (and even no real visible name).
[how]
After changing generate-font-image-previews.sh [1] we can now generate a
preview for the Symbols Only font. Put it here manually, with up to date
fonts.json database file.
[1]:
0e434c2b9 generate-font-image-previews: Fit svg canvas to drawing [skip ci]
2597b4ef3 generate-font-image-previews: Generate Symbols Only preview
Signed-off-by: Fini Jastrow <ulf.fini.jastrow@desy.de>
[why]
They are needed for the updates cheat sheet to display the new icons :-)
[how]
Manual run of new script `generate-webfonts.sh` which is now added to
the release workflow.
[note]
Also remove ttf version of the font, as it is used nowhere on our page.
Signed-off-by: Fini Jastrow <ulf.fini.jastrow@desy.de>
f
Ok, I was a bit lazy with the release notes, ... but who reads them
instead of the release pages?
[note]
inkscape ... does not need -f anymore as it seems.
Also I had to do the automated steps manually, which works.
Automation does not work, though.
Script `./generate-font-image-previews.sh`
Signed-off-by: Fini Jastrow <ulf.fini.jastrow@desy.de>
This is not yet automated.
Generated v2.2.2 font opened with fontforge and afterwards with defaults
generated to woff and woff2.
Signed-off-by: Fini Jastrow <ulf.fini.jastrow@desy.de>
[why]
The Iosevka image is somehow broken, the dots of `i` and `j` are
shifted. Maybe the tool to generate the image had a problem with the
partially broken Iosevka font? With current tools but the same v2.1.0
font there is no problem.
[how]
Create the image with generate-font-image-previews.sh. But I have no
`svgo` (svg optimizer), so it is unoptimized.
Also afterwards scale the 'page' down and save as plain svg in
Inkscape.
Fixes: 865
Signed-off-by: Fini Jastrow <ulf.fini.jastrow@desy.de>