home/tui/font/README.md

23 lines
870 B
Markdown
Raw Normal View History

2024-01-16 09:06:07 +01:00
# Atlas
The atlas font is a customization of the Iosevka font.
It is patched with nerd fonts icons.
## What is in this directory?
- The Atlas font in a compressed tarball.
- A shell script for installing it to `$install_dir` and checking its integrity.
2024-01-16 10:49:48 +01:00
- A `shell.nix` file for compiling the font, in `build`.
2024-01-16 09:06:07 +01:00
## How to compile it?
You need to have `nix` installed on your system for this.
Simply type `nix-shell`, and it should install the fonts in ~/.local/share/fonts.
2024-01-16 10:51:58 +01:00
If it doesn't compile, it is most likely due to a change regarding the name of
the letters' name.
2024-01-16 09:06:07 +01:00
In this case, go to the [Iosevka customizer](https://typeof.net/Iosevka/customizer) and change the design of said letters.
## How to install it?
Execute `install.sh` in your terminal.
You do not need to be root, as the fonts will be installed in your user fonts directory.