Skip to content

natasha-codes/fonts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fonts

A collection of Nathan and Sasha's preferred fonts.

Currently a custom Iosevka style-build.

installing one of these variants

Clone this repo, open and install the font files.

build a custom variant

Follow the setup steps to build Iosevka from source, as detailed below.

install deps

  1. Ensure you cloned this repo with submodules, as Iosevka is included here as a submodule.
git submodule update --init
  1. Install Iosevka's bundled dependencies:
cd external/Iosevka
npm install
cd ../..
  1. Install a few system dependencies:
  1. Copy the plan for your preferred variant to the root of the Iosevka repo, renaming it private-build-plans.toml:
cp <flavor>/<flavor>.toml external/Iosevka/private-build-plans.toml

where <flavor> could be natasha_I or natasha_II, for example.

  1. In the Iosevka repo run the build command for your preferred extension & plan (font variant):
cd external/Iosevka
npm install
npm run build -- ttf::natasha_I
  1. Whenever it finishes, open and install the font files in external/Iosevka/dist.

About

A collection of our preferred fonts

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published