-
Notifications
You must be signed in to change notification settings - Fork 4
/
index.html
32 lines (31 loc) · 1.29 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<!doctype html>
<html lang="zh-hans">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="/favicon.png" />
<link rel="icon" href="/favicon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta
name="description"
content="可变字体「络黑」源自刘育黎的毕业设计项目「面向动态图形的中文可变字体」,由两个变量作用于笔画粗细,产生不同的对比样式。"
/>
<meta name="copyright" content="© 2022–2024 atelierAnchor" />
<meta name="og:type" content="website" />
<meta name="og:url" content="https://luohei.atelier-anchor.com" />
<meta name="og:title" content="络黑 LuoHei Variable" />
<meta
name="og:description"
content="可变字体「络黑」源自刘育黎的毕业设计项目「面向动态图形的中文可变字体」,由两个变量作用于笔画粗细,产生不同的对比样式。"
/>
<title>络黑 LuoHei Variable</title>
<script
defer
src="https://umami.dinkiebitmap.com/script.js"
data-website-id="3693c86f-0f76-4b1f-b839-ad84e4fd5577"
></script>
</head>
<body>
<div id="app" class="relative min-w-[360px]"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>