An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

![sample](images/logo.png)

# 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:

![sample](images/nvim.png)

vscode:

![sample](images/vscdoe.png)

ligatures:

![ligatures](images/ligatures.png)

## Related Projects

- [nerd-fonts](https://github.com/ryanoasis/nerd-fonts)

- [Ligaturizer](https://github.com/ToxicFrog/Ligaturizer)