css3FontConverter
css3FontConverter copied to clipboard
Building character ranges or specific subsets?
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.
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.
Still interested in doing this. Will update this ticket when more action happens.
👍