diff --git a/README.md b/README.md index 57f0cea..6a47f88 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,12 @@ ui 需要展现一些特定的字体,但直接引入字体包又过大,于是想到了裁剪字体,一开始想的使用「字蛛」但他是针对静态网站的,而且实际他会多出许多英文的,估计是直接将源码中存在的文字都算进去了。 后来又找到阿里的「webfont」 但他的字体有限,项目又不开源,所以自己写了这个 +## 尝试 + +[web font 在线站点](https://webfont.shenzilong.cn/) + +请注意,由于这个服务器比较差,所以访问可能比较慢,且因为服务器空间问题我会不定时的清空生成的资源,所以请不要使用这个站点生成的在线资源,如有需要应当自行布设 + ## 目的与功能 1.裁剪字体包使其仅包含选中的字体 diff --git a/src/config.ts b/src/config.ts index 52b9f11..7d9b823 100644 --- a/src/config.ts +++ b/src/config.ts @@ -1,3 +1,3 @@ export const config={ - web_font_path:"http://127.0.0.1:3000/" + web_font_path:"//127.0.0.1:3000/" } \ No newline at end of file diff --git a/static/index.html b/static/index.html index 3ba0aa7..39024b2 100644 --- a/static/index.html +++ b/static/index.html @@ -13,7 +13,7 @@
- + \ No newline at end of file