# top-programming-fonts **Repository Path**: hitmoon/top-programming-fonts ## Basic Information - **Project Name**: top-programming-fonts - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-11-18 - **Last Updated**: 2024-11-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 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 ```lisp ;; 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 ```viml 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.