https://github.com/thep0y/monaco-nerd-font
Monaco Nerd Font with bold, italic, and bold italic added.
https://github.com/thep0y/monaco-nerd-font
monaco nerd-font
Last synced: about 1 year ago
JSON representation
Monaco Nerd Font with bold, italic, and bold italic added.
- Host: GitHub
- URL: https://github.com/thep0y/monaco-nerd-font
- Owner: thep0y
- Created: 2023-08-04T08:49:23.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-12-06T01:05:55.000Z (over 1 year ago)
- Last Synced: 2025-03-29T06:01:50.426Z (over 1 year ago)
- Topics: monaco, nerd-font
- Language: Nix
- Homepage:
- Size: 3.76 MB
- Stars: 157
- Watchers: 3
- Forks: 20
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# Monaco Nerd Font
This font is modified from `Monaco.ttf` extracted from **macOS Ventura**, with **bold**, _italic_, and **_bold italic_** added.
## Usage
You can directly download the pre-built font zip from the [Latest Release](https://github.com/thep0y/monaco-nerd-font/releases/latest), or clone this repo locally and build automatically with `docker` or `podman`.
## Build
You can build the font by executing the script with the latest `nerfonts/patcher` image:
```shell
sh build.sh
```
Please make sure you have `docker` or `podman` installed before executing the script.
> Some terminals may not support ligatures, ligature fonts are not recommended for vim/nvim users.
## Screenshots
neovim:

vscode:

ligatures:

## Related Projects
- [nerd-fonts](https://github.com/ryanoasis/nerd-fonts)
- [Ligaturizer](https://github.com/ToxicFrog/Ligaturizer)