feat: add README for Rootiest Iosevka font collection

This commit is contained in:
2024-10-05 23:51:13 -04:00
parent d6abaf27cd
commit 92c306fab6
2 changed files with 55 additions and 0 deletions
+55
View File
@@ -0,0 +1,55 @@
# Rootiest Iosevka Fonts
This is a collection of Iosevka font varients that are used in the rootiest configurations.
![Rootiest Iosevka V2 Font - Regular](./iosevka-v2-regular.png)
## Version
This font was built using
[Iosevka](https://github.com/be5invis/Iosevka) version 31.7.1
The Nerd Font patches were built using
[Nerd Fonts](https://github.com/ryanoasis/nerd-fonts) version 3.2.1
## Installation
[Install the Rootiest Neovim config](../README.md#installation)
### Linux
```bash
cd ~/.config/nvim/fonts
cp *.{otf,ttf} ~/.local/share/fonts
fc-cache -fv
```
### Windows
```powershell
$home = $env:USERPROFILE
cd $home\.config\nvim\fonts
cp *.{otf,ttf} $env:LOCALAPPDATA\Microsoft\Windows\Fonts
```
### MacOS
```bash
cd ~/.config/nvim/fonts
cp *.{otf,ttf} ~/Library/Fonts
```
## Thanks
This font wouldn't be possible without the following projects:
- [Iosevka](https://github.com/be5invis/Iosevka) -
This is the base font whose character variants are used in this font.
- [Nerd Fonts](https://github.com/ryanoasis/nerd-fonts) -
The Nerd Font variant is built using this patch.
## License
This font is licensed under the [MIT License](../LICENSE).
Binary file not shown.

After

Width:  |  Height:  |  Size: 142 KiB