Então você ouviu falar sobre os favicons da Retina , certo? Faça-os com ImageMagick. Obtenha um favicon32.png
arquivo e:
$ convert favicon32.png -resize 16x16 favicon16.png
$ convert favicon32.png favicon16.png favicon.ico
Certifique-se de ter o ImageMagick instalado. ( brew install imagemagick
ou sudo apt-get install imagemagick
)