Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
TakWolf committed Aug 17, 2024
1 parent 2eb2f8a commit deab982
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,18 @@

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

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

可以通过 [Playground](https://ark-pixel-font.takwolf.com/playground.html) 实时预览字体效果。
Expand Down
13 changes: 13 additions & 0 deletions assets/templates/common/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,22 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>{% block title %}{% endblock %}</title>

<script async src="https://www.googletagmanager.com/gtag/js?id=G-BQSG69LJYP"></script>
<script>
window.dataLayer = window.dataLayer || []
function gtag() {
dataLayer.push(arguments)
}
gtag('js', new Date())
gtag('config', 'G-BQSG69LJYP')
</script>

{% block style %}{% endblock %}
</head>
<body>
{% block body %}{% endblock %}

<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-2558207133176863" crossorigin="anonymous"></script>
</body>
</html>

0 comments on commit deab982

Please sign in to comment.