Safari pinned tab favicon.

This commit is contained in:
Paulo Reis 2017-03-01 15:24:25 +00:00
parent 73a9732b8e
commit 6ac99115a4
2 changed files with 14 additions and 0 deletions

View file

@ -21,6 +21,7 @@ html(itemscope, itemtype='http://schema.org/Product')
link(rel="icon", href="favicon.ico")
link(rel="icon", sizes="192x192", href="touch-icon-192x192.png")
link(rel="apple-touch-icon-precomposed", href="favicon-152.png")
link(rel="mask-icon", href="mask-favicon.svg", color="#a93529")
link(rel='stylesheet', href=buildCssPath('/style.css'))

View file

@ -0,0 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 16 16" style="enable-background:new 0 0 16 16;" xml:space="preserve">
<path d="M14,0H2C0.9,0,0,0.9,0,2v12c0,1.1,0.9,2,2,2h12c1.1,0,2-0.9,2-2V2C16,0.9,15.1,0,14,0L14,0z M6.5,11.2
c0.1,0.1,0.2,0.2,0.4,0.2s0.4,0.1,0.6,0.1c0.4,0,0.8-0.1,1.1-0.3C8.9,11,9,10.6,9,10.2c0-0.3-0.1-0.5-0.3-0.7C8.5,9.3,8.3,9.1,8,8.9
C7.7,8.8,7.4,8.6,7.1,8.4C6.8,8.3,6.5,8.1,6.2,7.9C5.9,7.6,5.6,7.4,5.5,7.1S5.2,6.4,5.2,5.9c0-0.4,0.1-0.7,0.2-1S5.7,4.4,6,4.2
s0.5-0.3,0.9-0.4C7.2,3.7,7.6,3.6,8,3.6c0.5,0,0.9,0,1.4,0.1s0.8,0.2,1.1,0.3c0,0.2,0,0.3,0,0.6c0,0.2,0,0.4-0.1,0.6
c0,0.2-0.1,0.4-0.1,0.6c0,0.2-0.1,0.3-0.1,0.4H9.7L9.1,4.6C9,4.5,8.9,4.5,8.7,4.5S8.3,4.4,8.1,4.4c-0.3,0-0.6,0.1-0.9,0.3
C7,4.8,6.9,5.1,6.9,5.4C6.9,5.7,7,6,7.2,6.2c0.2,0.2,0.4,0.4,0.7,0.6C8.2,7,8.5,7.1,8.9,7.3c0.3,0.2,0.7,0.4,0.9,0.6
c0.3,0.2,0.5,0.5,0.7,0.8c0.2,0.3,0.3,0.7,0.3,1.1c0,0.8-0.3,1.4-0.8,1.9c-0.5,0.4-1.3,0.7-2.4,0.7c-0.3,0-0.5,0-0.8,0
c-0.3,0-0.5-0.1-0.7-0.1S5.7,12,5.5,12c-0.2-0.1-0.3-0.1-0.4-0.2c0-0.2,0-0.4,0.1-0.6c0-0.2,0.1-0.4,0.1-0.6s0.1-0.4,0.1-0.6
c0-0.2,0.1-0.4,0.1-0.5H6L6.5,11.2z"/>
</svg>

After

Width:  |  Height:  |  Size: 1.2 KiB