No description
Find a file
2025-11-25 21:52:35 +08:00
Hack Add Hack font 2016-08-30 10:37:15 +05:30
3270-Regular.ttf Update 3270 font to v3.0.0 2025-11-25 21:52:35 +08:00
DejaVuSansMono.ttf Added DejaVu Sans Mono. 2014-04-23 22:26:57 -05:00
FiraCode-Regular.ttf Added Fira Code and Incosolata 2018-01-25 10:23:15 +08:00
Inconsolata-Regular.ttf Added Fira Code and Incosolata 2018-01-25 10:23:15 +08:00
install.sh Update 3270 font to v3.0.0 2025-11-25 21:52:35 +08:00
Menlo-Bold-Italic.ttf Add files via upload 2025-11-25 21:51:02 +08:00
Menlo-Bold.ttf Add files via upload 2025-11-25 21:51:02 +08:00
Menlo-Italic.ttf Add files via upload 2025-11-25 21:51:02 +08:00
Menlo-Regular.ttf Add files via upload 2025-11-25 21:51:02 +08:00
Monaco-Linux.ttf Add fonts: Menlo, Monaco 2013-02-04 13:22:27 +08:00
README.md Fix repo address 2013-02-04 19:00:37 +08:00

Top Programming Fonts

My favorite programming fonts!

How to install?

curl -L https://github.com/hbin/top-programming-fonts/raw/master/install.sh | bash

How to use?

Emacs

;; Click [here](https://github.com/hbin/dotfiles-for-emacs) to take a further look.
(set-frame-font "Menlo:pixelsize=18")

;; If you use Emacs Daemon mode
(add-to-list 'default-frame-alist
               (cons 'font "Menlo:pixelsize=18"))

Vim

set guifont=Monaco\ 12

Others

Tools -> Preference -> Or Something else

Contribute

Fork and pull request!

License

Notice: Please let me know if you have any question about the license.