Add adaptive SVG favicon and more SVG variants
See https://web.dev/building-an-adaptive-favicon/ Added more variant of the original Inkscape icon: - Text SVG - Vectorized text path SVG - Optimized SVG icon
This commit is contained in:
committed by
Frédéric Guillot
parent
224a15692c
commit
a88788f3fc
7
assets/img/README.md
Normal file
7
assets/img/README.md
Normal file
@@ -0,0 +1,7 @@
|
||||
Icons
|
||||
=====
|
||||
|
||||
- `adaptive-favicon.svg`: Icon with embedded CSS that can be served with a dark or light theme
|
||||
- `inkscape-text-icon.svg`: Original Inkscape file
|
||||
- `inkscape-path-icon.svg`: Inkscape file with the text converted to path (Inkscape: `Path -> Object to Path`)
|
||||
- `inkscape-optimized-icon.svg`: Inkscape export striped of unecessary elements (Inkscape: `Save as -> Save as Optimized SVG`)
|
||||
Reference in New Issue
Block a user