Skip to content
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

Open
Greendelwold opened this issue Jul 26, 2019 · 4 comments
Open

check sum out of bound #179

Greendelwold opened this issue Jul 26, 2019 · 4 comments

Comments

@Greendelwold
Copy link

字體

@font-face {
  font-family: 'f';
  src: url('../fonts/f webfont.eot');
  src: url('../fonts/f webfont.eot?#font-spider') format('embedded-opentype'), 
       url('../fonts/f webfont.woff2') format('woff2'), 
       url('../fonts/f webfont.woff') format('woff'), 
       url('../fonts/f webfont.ttf') format('truetype'), 
       url('../fonts/f webfont.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
.test {
  font-size: 5vw;
  font-family: f;  
}

run font-spider ./*.html后報錯
image

@Klchan-me
Copy link

我也碰到了,是权限问题 mac上执行 sudo chmod -R 777 文件夹

@hsqblog
Copy link

hsqblog commented Mar 14, 2020

我也碰到了,是权限问题mac上执行sudo chmod -R 777文件夹

为什么我输入执行之后,依旧报错呢?

@mvpyb
Copy link

mvpyb commented Aug 25, 2020

我也遇到这个问题,你们怎么解决的呢

@suziwen
Copy link

suziwen commented Dec 22, 2020

text: webFont.chars || '#' // 传入任意字符避免 fontmin@0.9.5 BUG

-            text: webFont.chars || '#' // 传入任意字符避免 fontmin@0.9.5 BUG
+            text: webFont.chars + '#' || '#' // 传入任意字符避免 fontmin@0.9.5 BUG

这样改一下,应该就可以了

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants