-
In my case font.ttf size is 51 KB.
After using fontmin it creates for me new .ttf font but the size is the same.
What's going wrong?
-
第774天 引入的字体文件太大,如何优化?
[3+1官网](http://www.h-camel.com/index.html)
[我也要出题](http://www.h-camel.com/contribution.html)
-
My steps for reproduction
1. get http://www.apple.com/wss/fonts/PingHei/v1/PingHei-light.woff
2. convert into ttf via https://andrewsun.com/projects/woffjs/woffer-woff-font-converter/
3. use [characte…
-
This saves the extra request to Google Fonts to grab the CSS file which can significantly delay starting the download of the fonts.
Google Fonts doesn't recommend this as they want you to always be g…
-
https://github.com/imagemin/imagemin
目前已经有警告:
``` log
warning hexo-minify > imagemin-svgo > svgo > stable@0.1.8: Modern JS already guarantees Array#sort() is a stable sort, so this library is d…
-
WOFF File Format 2.0 已经发布了一段时间,是否在项目里面考虑增加对这一标准的支持
-
When using option `appendHash: true`, Webpack 5 throws the following error:
```
HookWebpackError: Cannot add property integrity, object is not extensible
```
I cannot have a stacktrace of the er…
-
您好,我的字体文件中,空格的字体源文件内的名字是 space
![image](https://user-images.githubusercontent.com/15825775/125900445-f055efbd-2644-4abf-89c5-d20c39f62b74.png)
我想咨询,是否有办法提取改符号呢?
PS:我直接测试文本中插入空格,并不会提取出来
谢谢!
-
## node-canvas
>https://github.com/Automattic/node-canvas
>Node canvas is a Cairo backed Canvas implementation for NodeJS.
### 安装
```bash
npm install canvas -S
```
### 注意事项
#### regi…
-
I minified a font with fontmin. I used [this demo repro](https://github.com/junmer/gulp-fontmin-demo).
The Demo can be found here:
https://jsfiddle.net/nvtwsoo4/2/
Internet Explorer 11 thinks, there…