I'm using Vim in MacVim on Mac OS X. I have following config in .gvimrc:
set guifont=Inconsolata:h15
But I'd like to set to different font and font size for non-ASCII symbols (because Inconsolata didn't have russian symbols).
Problem is that Inconsolata id visually a lot smaller, than Monaco that I'd like to to use for russian characters.
In iTerm 2 I have following preferences:
- Regular font: 15px Inconsolata
- Non-ASCII Font: 12pt Monaco
I'd tried to use:
set guifont=Inconsolata:h15,Monaco:h12
But :h12 part didn't work (while Monaco part worked). Is there a way to fix it?