Devicons, an iconic font made for developers
51–60 of 80 posts
Re: Devicons, an iconic font made for developers
#52The .NET logo is wrong, this is not the C#/MS logo. The logo used comes from a Brit publication called ".net" which has nothing to do with MS .NET.
Re: Devicons, an iconic font made for developers
#53Earlier quoted context omitted.
I read this as more of a tounge-in-cheek joke about people who do this, but I may be wrong.
They forgot rockstars.
Re: Devicons, an iconic font made for developers
#54I wish icon fonts used ligatures to select the right glyph, rather than meaningless codepoints (e.g. you can make font automagically replace characters "git" with the Git logo). Otherwise these fonts end up being used in a non-accessible way (I browse with webfonts disabled and keep seeing boxes instead of images, with no fallback or a useless display:none'd fallback).
Re: Devicons, an iconic font made for developers
#55Earlier 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; }
Re: Devicons, an iconic font made for developers
#56The author instructs loading the entire font package, which is 35KB, onto you website. I don't think this is a good approach from a performance perspective. I recommend using tools like Fontello to create custom font files with just the icons you need.
Unless you're missing a 0, does a file size like that really matter?
Re: Devicons, an iconic font made for developers
#57Re: Devicons, an iconic font made for developers
#58Has anyone cleared the corporate logo use with a lawyer? In particular, keep in mind the following regarding the Apple logo: # NOTE: The graphic image associated with the Apple logo character # is not authorized for use without permission of Apple, and # unauthorized use might constitute trademark infringement. http://www.unicode.org/Public/MAPPINGS/VENDORS/APPLE/ROMAN.T...
Also take a look at the note at the very bottom of the page:
Note: All brand icons are trademarks of their respective owners. The use of these trademarks does not indicate endorsement of the trademark holder by the author, nor vice versa.
Re: Devicons, an iconic font made for developers
#59"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
#60I was disappointed this was just logos, rather than an icon font for developers. I was expecting useful icons that aren't a part of sets like Glyphicon (databases, servers, etc.).