alinnegrazielle / favicon

Heroku's favicon

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Heroku Favicon

favicon-16x16
favicon-32x32

The assets for Heroku's favicon live here. To generate updated assets from source make sure you have Adobe Photoshop and Icon Slate installed.

  1. Export the 16x16 and 32x32 icon via Save for Web in Photoshop (disable Convert to sRGB) to the favicon.iconset directory.
  2. Open the favicon.iconsproj file with Icon Slate and drag the new assets from favicon.iconset to the correct canvas.
  3. Build the icon (the only format required is .ico).

To include the favicon in your application you can:

  • Use the Rails helper: favicon_link_tag
  • Include the favicon tag manually:
    <link href="/favicon.ico" rel="shortcut icon" type="image/vnd.microsoft.icon" />
    

About

Heroku's favicon