mirror of
https://github.com/2234839/web-font.git
synced 2025-04-06 05:25:44 +08:00
🐛 尝试 修复 https 的地址问题
This commit is contained in:
parent
f40884d2ba
commit
d1825cee32
@ -5,6 +5,12 @@
|
|||||||
ui 需要展现一些特定的字体,但直接引入字体包又过大,于是想到了裁剪字体,一开始想的使用「字蛛」但他是针对静态网站的,而且实际他会多出许多英文的,估计是直接将源码中存在的文字都算进去了。
|
ui 需要展现一些特定的字体,但直接引入字体包又过大,于是想到了裁剪字体,一开始想的使用「字蛛」但他是针对静态网站的,而且实际他会多出许多英文的,估计是直接将源码中存在的文字都算进去了。
|
||||||
后来又找到阿里的「webfont」 但他的字体有限,项目又不开源,所以自己写了这个
|
后来又找到阿里的「webfont」 但他的字体有限,项目又不开源,所以自己写了这个
|
||||||
|
|
||||||
|
## 尝试
|
||||||
|
|
||||||
|
[web font 在线站点](https://webfont.shenzilong.cn/)
|
||||||
|
|
||||||
|
请注意,由于这个服务器比较差,所以访问可能比较慢,且因为服务器空间问题我会不定时的清空生成的资源,所以请不要使用这个站点生成的在线资源,如有需要应当自行布设
|
||||||
|
|
||||||
## 目的与功能
|
## 目的与功能
|
||||||
|
|
||||||
1.裁剪字体包使其仅包含选中的字体
|
1.裁剪字体包使其仅包含选中的字体
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
export const config={
|
export const config={
|
||||||
web_font_path:"http://127.0.0.1:3000/"
|
web_font_path:"//127.0.0.1:3000/"
|
||||||
}
|
}
|
@ -13,7 +13,7 @@
|
|||||||
<div class="c-app"></div>
|
<div class="c-app"></div>
|
||||||
|
|
||||||
<!-- This script tag points to the source of the JS file we want to load and bundle -->
|
<!-- This script tag points to the source of the JS file we want to load and bundle -->
|
||||||
<script src="index.js"></script>
|
<script src="./index.js"></script>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
Loading…
x
Reference in New Issue
Block a user