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
- Host: GitHub
- URL: https://github.com/awnion/custom-iosevka-nerd-font
- Owner: awnion
- Created: 2020-06-07T13:50:40.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2025-05-03T20:38:46.000Z (5 months ago)
- Last Synced: 2025-05-03T21:25:26.336Z (5 months ago)
- Topics: font-awesome, fonts, icon-font, iosevka, iosevka-font, nerd-fonts, octicons, patched-fonts
- Language: Python
- Homepage:
- Size: 2.18 MB
- Stars: 11
- Watchers: 1
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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