zoltan-dulac / css3FontConverter

A shell script that can use other command line tools to produce @font-face compatible fonts in all browsers. Works under Windows (using Cygwin), Mac OS X and Linux
http://www.useragentman.com/blog/2011/02/20/converting-font-face-fonts-quickly-in-any-os/
390 stars 62 forks source link

Building character ranges or specific subsets? #5

Open bcherny opened 10 years ago

bcherny commented 10 years ago

I'm attempting to convert a 20mb font, and it produces ~20mb files in every format. Is there a way to only convert a subset of the font (eg. only uppercase and lowercase)?

I was able to do this with fontforge using these instructions, but it would be nice to have a cleaner way to do it.

zoltan-dulac commented 9 years ago

I will be looking into this in a future release. I am thinking as well as splitting up a font into ranges using unicode-range (https://developer.mozilla.org/en-US/docs/Web/CSS/unicode-range) with an appropriate fallback. Will keep this open until this is done.

zoltan-dulac commented 6 years ago

Still interested in doing this. Will update this ticket when more action happens.

denysdesign commented 2 years ago

👍