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

https://github.com/awnion/custom-iosevka-nerd-font

Custom version of Iosevka font with Nerd Font Icons
https://github.com/awnion/custom-iosevka-nerd-font

font-awesome fonts icon-font iosevka iosevka-font nerd-fonts octicons patched-fonts

Last synced: 5 months ago
JSON representation

Custom version of Iosevka font with Nerd Font Icons

Awesome Lists containing this project

README

          

# Custom Iosevka Nerd Font




## TODO

- [ ] Update README images and/or ideally generate them every release
- [ ] Windows friendly fontfamily name (might be already good, just need to test it)

## Download

Check [releases](https://github.com/awnion/custom-iosevka-nerd-font/releases) page

## Motivation

- Iosevka has a lot of modificaions, but Nerd Font repo has only a few of them
- don't need italic and oblique versions (so can speed up compilation)
- need only specific font weights (e.g. 200 300 400 500)
- need to fake bold weight to 500
- need specific base font width
- need nerd font icons
- need oneliner to build everything :)

## Key modifications

- Changed `m i l % 0` and others
- Changed font weights (e.g. "bold" has weight 500)
- No italic and oblique versions by default
- Base font shape width is `6`

For more options edit: `private-build-plans.toml` and build

## Build it yourself with Docker

```bash
./build.sh
```

Fonts will be in `_output` dir.

### vscode settings.json

```jsonc
...
"editor.fontFamily": "afio",
"editor.fontLigatures": false,
"editor.fontWeight": "500",
"editor.fontSize": 16,
"editor.lineHeight": 21,
...
```

## Links

- Iosevka webpage
- Build Iosevka font using docker
- Nerd Font patcher