Files
rootiest-iosevka/README.md
T
rootiest 8b12cd69cb docs(readme): updated readme to reflect new version
- Readme has been updated to reflect the latest version
- Readme includes specific details of the changes in version
- Minor corrections to grammar/spelling in readme
2025-03-24 20:28:57 -04:00

4.7 KiB

Rootiest Iosevka Fonts

An Iosevka variant for only the rootiest of programmers. (and anyone else who likes fancy fonts)

This font prefers fancier and curvier character variants and maximum use of ligatures.

The italic forms uses more curves and less "flags" or "tails" than the regular.

The oblique forms also introduce some alternate characters.

Preview

Regular: Rootiest Iosevka V2 Font - Regular

Italic: Rootiest Iosevka V2 Font - Italic

Oblique: Rootiest Iosevka V2 Font - Oblique

Version

This is Version 2.5.0 of the Rootiest Iosevka Font.

This font was built using Iosevka version 33.1

The Nerd Font patches were built using Nerd Fonts version 3.3.1

Changes

New in v2.5.0:

  • Updated Iosevka to version 3.3.1.
  • Updated Nerd Fonts to version 3.3.1.
  • NerdFont-patches now include all base styles.

Installation

Install all the fonts using the instructions for your operating system.

Caution

This repository is fairly large (a few GB) and may take a while to clone and consume a lot of disk space. See Minimal Installation for a smaller set.

Linux

  • Full Install:

    Note

    There is also an install script for Linux, but cloning the repository to the fonts directory is preferred.
    To install using the script, follow the Minimal Install directions below without using the --minimal flag.

    # Make the directory if it doesn't exist
    mkdir -p ~/.local/share/fonts
    # Enter the fonts directory
    cd ~/.local/share/fonts
    # Clone the repository
    git clone https://github.com/rootiest/rootiest-iosevka.git
    # Update the font cache
    fc-cache -fv
    
  • Minimal Install:

    # Clone the repository
    git clone https://github.com/rootiest/rootiest-iosevka.git
    # Run the install script
    ./rootiest-iosevka/install/linux.sh --minimal
    

MacOS

  • Full Install:

    # Clone the repository
    git clone https://github.com/rootiest/rootiest-iosevka.git
    # Install the fonts
    ./rootiest-iosevka/install/mac.sh
    
  • Minimal Install:

    # Clone the repository
    git clone https://github.com/rootiest/rootiest-iosevka.git
    # Run the install script
    ./rootiest-iosevka/install/mac.sh --minimal
    

Windows

Set-ExecutionPolicy RemoteSigned -Scope CurrentUser
  1. Open PowerShell as Administrator:

    • Search for "PowerShell" in the Start Menu.
    • Right-click and select Run as Administrator.
  2. Clone this repository:

    Tip

    You can clone the repository in any directory you want.

    git clone https://github.com/rootiest/rootiest-iosevka.git
    
  3. Approve script execution:

    Note

    You may need to approve script execution by running this command beforehand

    Set-ExecutionPolicy RemoteSigned -Scope CurrentUser
    
  4. Run the installation script:

  • Full Install:

    .\rootiest-iosevka\install\windows.ps1
    
  • Minimal Install:

    .\rootiest-iosevka\install\windows.ps1 -Minimal
    

Manual Minimal Installation

Download and install only the font types you need.

Recommended base set:

Roadmap

Some proposed new changes:

  • Increased uniqueness in italic form to improve its visibility alongside the regular and oblique forms.
  • Refine the design rules for each form to standardize the curves and tails.
  • More NerdFont patched forms and styles.
  • Build against the latest Iosevka version.
  • Build against the latest Nerd Font version.

This is a work in progress and the roadmap is subject to change.

Thanks

This font wouldn't be possible without the following projects:

  • Iosevka - This is the base font whose character styles are used in this font.
    They did all the work here, I just built the font with my preferences.

  • Nerd Fonts - The Nerd Font variants are built using this patch.
    Provides a large set of glyphs and icons the font can render.

License

This font is licensed under the MIT License.