How to add Monaco font in Vim

1.8k views Asked by At

I am trying to add Monaco font in my vim but there are only few fonts available in my vim editor. How can I add Monaco to vim?

enter image description here

2

There are 2 answers

3
Rana Zubair On BEST ANSWER

This is because font is not installed on the pc... If any one want to use Monaco font. He should make sure that Monaco font should be installed on his machine. Mac has by default Monaco installed but windows users and linux users have to install this font...

First install the font then it will be available in all softwares

0
Zhixuan Chang On

I have met the same question. And Monaco is already installed in my PC. When I tried to use:set guifont=Monaco:h12 in command mode, I got the following response. It seems as Vim doesn't recognize Monaco as a fixed pitch font.

response of set guifont