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.0

The Nerd Font patches were built using Nerd Fonts version 3.3.1

Changes

New in v2.5.0:

  • Updated Iosevka to version 33.1.0
  • 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 quite large (several 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:

    # 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://git.rootiest.dev/rootiest/rootiest-iosevka.git
    # Update the font cache
    fc-cache -fv
    
  • Minimal Install:

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

MacOS

  • Full Install:

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

    # Clone the repository
    git clone https://git.rootiest.dev/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://git.rootiest.dev/rootiest/rootiest-iosevka.git
  1. Approve script execution:

Note

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

Set-ExecutionPolicy RemoteSigned -Scope CurrentUser
  1. 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

Current proposed new changes:

  • Keep up with Iosevka and Nerd Fonts updates.

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.


S
Description
Rootiest Iosevka Font variant
Readme MIT 2.8 GiB
Languages
CSS 95.5%
Shell 2.5%
PowerShell 2%