We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
目录结构
★ 文件夹css ★ ★ font.css
★ 文件夹css
★ ★ font.css
★ 文件夹font ★ ★ futurabqbook.ttf
★ 文件夹font
★ ★ futurabqbook.ttf
★ index.html
<body> <div class="home"> <h1>123456789</h1> </div> </body>
/*声明 WebFont*/ @font-face { font-family: 'pinghei'; src: url('../font/futurabqbook.ttf'); src: url('../font/futurabqbook.eot?#font-spider') format('embedded-opentype'), url('../font/futurabqbook.woff') format('woff'), url('../font/futurabqbook.ttf') format('truetype'), url('../font/futurabqbook.svg') format('svg'); font-weight: normal; font-style: normal; } /*使用选择器指定字体*/ .home h1, .demo > .test { font-family: 'pinghei'; }
然后在当前文件里里面运行font-spider ./*.html 出现 <web font not found>
font-spider ./*.html
<web font not found>
The text was updated successfully, but these errors were encountered:
请提供可以重现问题的 zip 或者 git 仓库
Sorry, something went wrong.
@aui 重现问题文件
我也遇到了这个问题
No branches or pull requests
目录结构
然后在当前文件里里面运行
font-spider ./*.html
出现<web font not found>
The text was updated successfully, but these errors were encountered: