Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added KDE products' logos. #78

Merged
merged 2 commits into from
Nov 14, 2023
Merged

Added KDE products' logos. #78

merged 2 commits into from
Nov 14, 2023

Commits on Nov 14, 2023

  1. Added KDE projects' logos

    Added KDE Plasma, KDE Neon and Kubuntu logos.
    
    Compiled font with new logos.
    
    Updated README.md
    
    [note]
    Adapted to new readme style and release mechanism by Finii.
    AuraHerreroRuiz authored and Finii committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    59adaf0 View commit details
    Browse the repository at this point in the history
  2. Kubuntu inv: Simplify svg

    [why]
    The svg contains a circle object. That ends up as extra path in the
    fonts.
    Fonts only know paths so fontforge needs to convert it.
    
    [how]
    Transform thew circle to a path.
    Combine all path to one path.
    
    Signed-off-by: Fini Jastrow <ulf.fini.jastrow@desy.de>
    Finii committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    6995014 View commit details
    Browse the repository at this point in the history