• Shaarli
  • Tag cloud
  • Picture wall
  • Daily
  • RSS
  • Login
4251 shaares
 
Filters
2 results tagged favicon

This “Two Dozen Favicons” Rubbish Is Getting Out Of Control | by Jason Knight | CodeX | Apr, 2022 | Medium

QRCode
<link rel="icon" href="favicon.svg" type="image/svg+xml">
<link rel="mask-icon" href="maskIcon.svg" color="#90FF00">
<link rel="shortcut icon" href="favicon.ico">

SVG FIRST!
I also suggest you get a good SVG editor that has a proper stripping/minimized save feature. For this I like to use Inkscape:
https://inkscape.org

https://medium.com/codex/this-two-dozen-favicons-rubbish-is-getting-out-of-control-ba611467784e
April 11, 2022 at 11:15:07 AM EDT *
svg favicon
FILLER

How to Favicon in 2023: Six files that fit most needs — Martian Chronicles, Evil Martians’ team blog

QRCode

Instead of serving dozens of icons, all you need is just five icons and one JSON file.

In your HTML, for the browser:

<link rel="icon" href="/favicon.ico"><!-- 32×32 -->
<link rel="icon" href="/icon.svg" type="image/svg+xml">
<link rel="apple-touch-icon" href="/apple.png"><!-- 180×180 -->
<link rel="manifest" href="/manifest.webmanifest">

And in your web app manifest:

// manifest.webmanifest
{
  "icons": [
    { "src": "/192.png", "type": "image/png", "sizes": "192x192" },
    { "src": "/512.png", "type": "image/png", "sizes": "512x512" }
  ]
}
https://evilmartians.com/chronicles/how-to-favicon-in-2021-six-files-that-fit-most-needs
January 7, 2021 at 1:51:41 PM EST *
favicon webdesign
FILLER
Shaarli · The personal, minimalist, super fast, database-free, bookmarking service by the Shaarli community · Documentation
Fold Fold all Expand Expand all Are you sure you want to delete this link? Are you sure you want to delete this tag? The personal, minimalist, super fast, database-free, bookmarking service by the Shaarli community