I was wondering how to change the font used in gvim to Inconsolata without having the font installed on the system (to C:/Windows/Fonts) I have the font on a usb drive and I want to make vim portable, so I have the 2 files on the usb drive.
How can I use "set guifont=Inconsolata" to make it work without having to install it? I tried "set guifont=D:/Inconsolata.otf" and "set guifont=D:/Inconsolata" but it still doesn't work.
Thanks.