Show HN: Font Awesome to PNG
fa2png.io
Show HN: Font Awesome to PNG
1–10 of 52 posts
Re: Show HN: Font Awesome to PNG
#2Re: Show HN: Font Awesome to PNG
#3Re: Show HN: Font Awesome to PNG
#4Re: Show HN: Font Awesome to PNG
#5Re: Show HN: Font Awesome to PNG
#6There's a great gem for using it with rails [1], a cli [2] and grunt task [2].
[1] https://github.com/railslove/fontello_rails_converter
Re: Show HN: Font Awesome to PNG
#7Re: Show HN: Font Awesome to PNG
#8Somewhat relatedly: http://fontello.com . Helps you generate your own icon fonts using a smaller selection of icons instead of using the entire Font Awesome library, which can be up to 253kB depending on your browser. There's a great gem for using it with rails [1], a cli [2] and grunt task [2]. [1] https://github.com/railslove/fontello_rails_converter [2] https://github.com/paulyoung/fontello-cli [3] https://github.…
Re: Show HN: Font Awesome to PNG
#9I'm not much into frontend development, but AFAIU Font Awesome is a bunch of assets packed as a font [0]. Why is this is a good idea? Is it faster, smaller, more convenient, something else? 0: http://stackoverflow.com/a/15503304
Font icons are scalable too, which makes it really easy to change the icon size on the fly. Since I do all of my development directly in the browser, I never know how big I need my icons until I've done some experimenting with different sizes. Font icons make this experimentation process a lot easier because I don't need to update an image file. I can just change the font-size property in css.
Re: Show HN: Font Awesome to PNG
#10I'm not much into frontend development, but AFAIU Font Awesome is a bunch of assets packed as a font [0]. Why is this is a good idea? Is it faster, smaller, more convenient, something else? 0: http://stackoverflow.com/a/15503304