jtheoof / swappy

A Wayland native snapshot editing tool, inspired by Snappy on macOS
MIT License
1k stars 40 forks source link

fix(ui): Specify a non-versioned FontAwesome #166

Closed NickHastings closed 5 months ago

NickHastings commented 6 months ago

The current css specifies "FontAwesome 5 Free Solid", for .drawing and .text-button. This results in the button icons/fonts not rendering correctly on systems that do not have that exact version of FontAwesome. This change allows the icons/fonts to be rendered correctly on these systems.

This should resolve issues like https://github.com/jtheoof/swappy/issues/91 without users having to modify their local gtk css configurations.

BTW, I'm really liking swappy: IMO it has just the right balance of ease of use vs features. Thanks for the great software.

jtheoof commented 5 months ago

Thanks @NickHastings the commit does not respect the convention. fix(ui): specify a non-versioned FontAwesome (lower case subject).

NickHastings commented 5 months ago

I removed all capitalization from the first line in the commit log. Is that what is required? And also rebased since there was a commit.