Skip to content

JMU-CS/favicon

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fav.Farm

A little website that serves up Favicon emojis.

It works by wrapping an emoji in SVG text like so:

<svg xmlns='http://www.w3.org/2000/svg' width='48' height='48' viewBox='0 0 16 16'><text x='0' y='14'>😽</text></svg>

Handy!

Works like this:

<link rel="icon" href="https://fav.mhciael.com/🐶">
<link rel="icon" href="https://fav.mhciael.com/🌶">
<link rel="icon" href="https://fav.mhciael.com/🔥">
<link rel="icon" href="https://fav.mhciael.com/🥰">
<link rel="icon" href="https://fav.mhciael.com/🖥">
<link rel="icon" href="https://fav.mhciael.com/👓">

Also works with CSS:

a {
  cursor: url("https://fav.mhciael.com/👆") 15 0, auto;
}

Development

run deno task dev

About

Fav Farm

Resources

Stars

Watchers

Forks

Contributors

Languages

  • TypeScript 100.0%