From b4a7dfaa075debaa4851acad28fbb69f91b796db Mon Sep 17 00:00:00 2001 From: rootiest Date: Sat, 5 Oct 2024 10:09:37 -0400 Subject: [PATCH] docs: update font documentation --- README.md | 3 +-- fonts/README.md | 49 +++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 50 insertions(+), 2 deletions(-) create mode 100644 fonts/README.md diff --git a/README.md b/README.md index 460dc53..30647c3 100644 --- a/README.md +++ b/README.md @@ -44,8 +44,7 @@ The rootiest WezTerm configuration you will ever see! 2. Install pre-requisites - Required - - [Nerd Fonts](https://github.com/ryanoasis/nerd-fonts/) - - Nerd Fonts glyphs are required. + - [Rootiest Iosevka fonts](./fonts/README.md). - Optional - [fish](https://fishshell.com/) - [neovim](https://neovim.io/) diff --git a/fonts/README.md b/fonts/README.md new file mode 100644 index 0000000..473db56 --- /dev/null +++ b/fonts/README.md @@ -0,0 +1,49 @@ +# Rootiest Iosevka Fonts + +This is a collection of Iosevka font varients that are used in the rootiest configurations. + +## 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 + +### Linux + +```bash +cd ~/.config/wezterm/fonts +cp *.{otf,ttf} ~/.local/share/fonts +fc-cache -fv +``` + +### Windows + +```powershell +cd $HOME\.config\wezterm\fonts +cp *.{otf,ttf} $env:LOCALAPPDATA\Microsoft\Windows\Fonts +``` + +### MacOS + +```bash +cd ~/.config/wezterm/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).