-
Notifications
You must be signed in to change notification settings - Fork 402
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
check sum out of bound #179
Comments
我也碰到了,是权限问题 mac上执行 sudo chmod -R 777 文件夹 |
为什么我输入执行之后,依旧报错呢? |
我也遇到这个问题,你们怎么解决的呢 |
font-spider/src/compressor/index.js Line 141 in c1547c4
- text: webFont.chars || '#' // 传入任意字符避免 [email protected] BUG
+ text: webFont.chars + '#' || '#' // 传入任意字符避免 [email protected] BUG 这样改一下,应该就可以了 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
字體
run font-spider ./*.html后報錯
The text was updated successfully, but these errors were encountered: