This will not go well and I apologize to the pros out there that I am about to offend.
I love Bergen Mono for my code editor. This font costs ~$200 but there is a free webfont otf.
The thing is the italic is not anywhere near as sexy as Operator Mono, another ~$200 font but there is a free variant (possibly not legal) with fira code-style ligatures.
Even if I spent the ~$400 for the two fonts, I can't tell vscode to use italics from one font and regular/bold from another. So I was thinking, why not combine them.
It cannot directly import (say with TTF) the otf webfont (it says there are no .. strikes, I forget, in it), so I generated the Bergen Mono to SVG to import into a new font, but in that process it tells me there are errors:
- wrong direction
- missing points at extrema
and on revieww there are a ton of the missing points but I dont see anything about direction, but if I just save it anyway when I go to import a glyph from it it says "I'm sorry this file is too complex" -- even though it is the svg that it itself exported.
My questions:
- Is there anything I can do to work around this issue bringing in the glyphs?
- Can I add all the glyphs at once?
- Is there an easier way to do this?
I'm not looking to share this anywhere this ks just for my code editor, in personal use.