Devicons, an iconic font made for developers
31–40 of 80 posts
Re: Devicons, an iconic font made for developers
#32Urgh. Why do people do this?
Re: Devicons, an iconic font made for developers
#33Re: Devicons, an iconic font made for developers
#34"an iconic font made for developers, code jedis, ninjas, HTTPsters, evangelists and nerds." Urgh. Why do people do this?
Re: Devicons, an iconic font made for developers
#35Re: Devicons, an iconic font made for developers
#36Pay attention when using the Rails logo: http://www.rubyinside.com/david-heinemeier-hansson-says-no-t...
I was going to say this... Any person designing this kind of logo collections should ask first. Legal troubles can arise. Sad but true...
Re: Devicons, an iconic font made for developers
#37In the browser support section, shouldn't "IE up to 8" be "IE down to 8"?
Re: Devicons, an iconic font made for developers
#38Earlier quoted context omitted.
I was going to say this... Any person designing this kind of logo collections should ask first. Legal troubles can arise. Sad but true...
I don't think the responsibility to get legal permission is on the creator of the collection, but on the person using the logo instead.
That said, fair use applies.
Re: Devicons, an iconic font made for developers
#39Re: Devicons, an iconic font made for developers
#40Earlier quoted context omitted.
SVG are vector graphics that can be rendered in all modern browsers: http://caniuse.com/#feat=svg-img You do miss out on the recoloring and any other font styling options though.
Actually you can style SVG with CSS #yourSVG { fill: red; stroke: blue; }