shariff icon indicating copy to clipboard operation
shariff copied to clipboard

Flattr icon

Open ThomDietrich opened this issue 8 years ago • 7 comments

The icon shown for flattr (fa-money) may be descriptive... but it's not the flattr icon. I feel a lot of users would recognize the flattr icon instantly, the money bill is not telling the user anything and is mostly avoided on my page. flattr-logo-og

ThomDietrich avatar Jun 26 '16 00:06 ThomDietrich

This won't happen until the symbol is available in font awesome. You can modify it yourself by creating a new font with e.g. fontello.com When I see it right the metric settings of font awesome are "Units per em" = 1792, "Ascent" = 1536 and "Descent" = -256 Remember the code of the symbol, add the font to you page and add the following css: .shariff .fa-money:before { content: "\[symbol code]" !important} you might also need to adjust .shariff .fa-money { font-size: [...]} Another problem is, that the symbol is not easy to identify with just one color and this size.

craiq avatar Jun 26 '16 09:06 craiq

Flattr doesn't allow to use their icon :(

core23 avatar Jun 26 '16 09:06 core23

"doesn't allow"? What makes you say that? Flattr icons are available all over the place, e.g. http://www.entypo.com Entypo and other font packages contain flattr icons, fontawesome does not.

Why is Shariff using the one font that doesn't cover the 15 services it deals with? o.O Why not use another or it's own with only the ones needed?

ThomDietrich avatar Jun 26 '16 22:06 ThomDietrich

We know about the issues with font awesome and are currently thinking about moving to vector icons (see #154).

compeak avatar Jul 25 '16 06:07 compeak

I second @ThomDietrich: Shariff should use the original icons.

Another reason for moving to new (own) icons: The currently "shipped" Google plus icon (g+) is outdated. The current one has a capital G+, see https://developers.google.com/+/branding-guidelines#1-button-branding-guidelines

stefahn avatar Jul 25 '16 15:07 stefahn

Interesting, I didn't know that till now. And here we thought google+ is dead ;) However somebody was quicker than you. The "g+" is now a "G+". Check it out https://heiseonline.github.io/shariff That aside, independent vector icons are a good idea!

ThomDietrich avatar Jul 25 '16 16:07 ThomDietrich

Yes, Google+ has never really come to life. Maybe it will eventually.

I saw the new G+ icon too, but on my install I still have the old g+ icon. I cloned the master only a week ago. What could be wrong?

stefahn avatar Jul 25 '16 17:07 stefahn