update at 2026-02-07 17:03:19

This commit is contained in:
douboer@gmail.com
2026-02-07 17:03:19 +08:00
parent 5f3c886728
commit 2628b80735
2 changed files with 4 additions and 4 deletions

View File

@@ -2,10 +2,10 @@
<html lang="zh-CN">
<head>
<meta charset="UTF-8" />
<!-- 统一使用 PNG 作为站点图标,避免 Safari 继续优先采用 SVG 或 mask 图标 -->
<link rel="icon" type="image/png" sizes="180x180" href="/favicon.png" />
<link rel="shortcut icon" href="/favicon.png" />
<link rel="apple-touch-icon" sizes="180x180" href="/favicon.png" />
<!-- 统一使用 favicon_new.png 作为站点图标,避免 Safari 继续优先采用 SVG 或 mask 图标 -->
<link rel="icon" type="image/png" href="/favicon_new.png" />
<link rel="shortcut icon" href="/favicon_new.png" />
<link rel="apple-touch-icon" href="/favicon_new.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Font2SVG - 字体转SVG工具</title>
</head>

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 MiB