Skip to content

Commit de21334

Browse files
committed
update
1 parent 99ca07b commit de21334

File tree

2 files changed

+23
-0
lines changed

2 files changed

+23
-0
lines changed

README.md

+12
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,18 @@
1313

1414
这个项目不仅提供了全部的字形源文件,也提供了构建字体所需要的完整程序。
1515

16+
> [!WARNING]
17+
>
18+
> 该字体目前处于积极开发阶段,仍然缺少大量汉字。
19+
>
20+
> 生产环境请考虑临时性过渡方案:[缝合像素字体](https://github.com/TakWolf/fusion-pixel-font)
21+
22+
> [!IMPORTANT]
23+
>
24+
> 这是一个开源项目,字体可以免费商用。
25+
>
26+
> 如果这个项目对您有帮助,请考虑 [赞助](#赞助) 来支持开发工作。
27+
1628
## 预览
1729

1830
可以通过 [Playground](https://ark-pixel-font.takwolf.com/playground.html) 实时预览字体效果。

assets/templates/common/base.html

+11
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,17 @@
55
<meta name="viewport" content="width=device-width, initial-scale=1">
66
<title>{% block title %}{% endblock %}</title>
77
{% block style %}{% endblock %}
8+
9+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-BQSG69LJYP"></script>
10+
<script>
11+
window.dataLayer = window.dataLayer || []
12+
function gtag() {
13+
dataLayer.push(arguments)
14+
}
15+
gtag('js', new Date())
16+
gtag('config', 'G-BQSG69LJYP')
17+
</script>
18+
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-2558207133176863" crossorigin="anonymous"></script>
819
</head>
920
<body>
1021
{% block body %}{% endblock %}

0 commit comments

Comments
 (0)