lukas-w / font-logos

An icon font providing popular linux distro's logos
https://lukas-w.github.io/font-logos
The Unlicense
445 stars 85 forks source link

Redraw fedora-inverse #74

Closed Finii closed 2 years ago

Finii commented 2 years ago

[why] The inverse Fedora logo is drawn by a 'thick' outline. This is valid as svg, but can not be represented in this way in fonts. It will be filled and thus generate a logo that is similar to the un-inverted one.

[how]

Fixes #73

Finii commented 2 years ago

Editing process

inkscape

Left: Outline consists of an inner and an outer border that is filled Right: Outline consists of one stroke with a big thickness

Result

After a ./compile.sh we have it in the font :tada:

image

Finii commented 2 years ago

See also https://github.com/lukas-w/font-logos/issues/38#issuecomment-453827003

Finii commented 2 years ago

This is obsolete if #76 (preferred) is pulled.