added icon

This commit is contained in:
2026-02-05 14:09:14 +00:00
parent 6f5804cb80
commit 93c4c71d04
2 changed files with 13 additions and 0 deletions

12
public/favicon.svg Normal file
View File

@@ -0,0 +1,12 @@
<svg version="1.2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 500 500" width="500" height="500">
<style>
tspan { white-space:pre }
.s0 { fill: #ded6c4 }
.t1 { font-size: 150px;fill: #2e2b23;font-weight: 700;font-style: italic;font-family: "CommitMono-BoldItalic", "CommitMono" }
</style>
<path id="Layer 1" fill-rule="evenodd" class="s0" d="m250 500c-138.25 0-250-111.75-250-250 0-138.25 111.75-250 250-250 138.25 0 250 111.75 250 250 0 138.25-111.75 250-250 250z"/>
<text id="f" style="transform: matrix(3.076,0,0,3.076,91.087,422.6)">
<tspan x="0" y="0" class="t1">f
</tspan>
</text>
</svg>

After

Width:  |  Height:  |  Size: 613 B

View File

@@ -4,6 +4,7 @@
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>fonts.ob248.com</title>
<link rel="icon" href="/favicon.svg" type="image/svg+xml" />
<link rel="stylesheet" href="/index.css" />
<style id="font-import">/* FONT_IMPORT */</style>
</head>