Skip to content

Commit

Permalink
ADD: note about fonts not supported
Browse files Browse the repository at this point in the history
  • Loading branch information
fileformat committed Aug 17, 2024
1 parent 46d1b44 commit 19c5975
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions static/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<meta charset="utf-8" />
<title>SVG to ICO Favicon Generator</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous" />
Expand Down Expand Up @@ -37,6 +37,7 @@ <h2>Tips</h2>
<ul>
<li>Use a square image.</li>
<li>Use a transparent background.</li>
<li>Convert text to curves (no custom fonts are available).</li>
<li>Test the image with both light and dark backgrounds. Try it on <a href="https://view.svg.zone/">SVG View</a>!</li>
<li>Add this snippet to the <code>&lt;head&gt</code> of your home page:<br/>
<code>&lt;link rel="icon" type="image/svg+xml" href="/favicon.svg" /&gt;</code>
Expand Down Expand Up @@ -65,4 +66,4 @@ <h2>SVG Icon Sources</h2>
<!--/container-->
</body>

</html>
</html>

0 comments on commit 19c5975

Please # to comment.