Commit 99ebde0 1 parent e65de71 commit 99ebde0 Copy full SHA for 99ebde0
File tree 2 files changed +24
-0
lines changed
2 files changed +24
-0
lines changed Original file line number Diff line number Diff line change 8
8
[ ![ Itch.io] ( https://img.shields.io/badge/itch.io-ark--pixel--font-FF2449?logo=itch.io&logoColor=white )] ( https://takwolf.itch.io/ark-pixel-font )
9
9
[ ![ Discord] ( https://img.shields.io/badge/discord-像素字体工房-4E5AF0?logo=discord&logoColor=white )] ( https://discord.gg/3GKtPKtjdU )
10
10
[ ![ QQ Group] ( https://img.shields.io/badge/QQ群-像素字体工房-brightgreen?logo=tencentqq&logoColor=white )] ( https://qm.qq.com/q/X1mLrLLGYS )
11
+ [ <img src =" https://api.gitsponsors.com/api/badge/img?id=366474401 " height =" 20 " >] ( https://api.gitsponsors.com/api/badge/link?p=8OzF5pbDhGDxInnd0KutBn9YV37qGPPqwM/ir/ESx80Gp9HaCzsGYnfjrEYQDbTZwqhJCxUlDh5/kqVMyal18ljtHALK73vhzohuFq4w7jfM42aj+wAbdJ4zzqe/W4QpX165r1QS2CcoLVcPm8CPXw== )
11
12
12
13
开源的泛中日韩像素字体,黑体无衬线风格,支持 10、12 和 16 像素。
13
14
14
15
这个项目不仅提供了全部的字形源文件,也提供了构建字体所需要的完整程序。
15
16
17
+ > [ !WARNING]
18
+ >
19
+ > 该字体目前处于积极开发阶段,仍然缺少大量汉字。
20
+ >
21
+ > 生产环境请考虑临时性过渡方案:[ 缝合像素字体] ( https://github.com/TakWolf/fusion-pixel-font )
22
+
23
+ > [ !IMPORTANT]
24
+ >
25
+ > 这是一个开源项目,字体可以免费商用。
26
+ >
27
+ > 如果这个项目对您有帮助,请考虑 [ 赞助] ( #赞助 ) 来支持开发工作。
28
+
16
29
## 预览
17
30
18
31
可以通过 [ Playground] ( https://ark-pixel-font.takwolf.com/playground.html ) 实时预览字体效果。
Original file line number Diff line number Diff line change 5
5
< meta name ="viewport " content ="width=device-width, initial-scale=1 ">
6
6
< title > {% block title %}{% endblock %}</ title >
7
7
{% 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 >
8
19
</ head >
9
20
< body >
10
21
{% block body %}{% endblock %}
You can’t perform that action at this time.
0 commit comments