commit 98d4e19f95baeb696b596c75ff9360538e36ec94 Author: zdm Date: Wed Feb 3 08:44:56 2021 -0700 first commit diff --git a/README.md b/README.md new file mode 100644 index 0000000..079c22b --- /dev/null +++ b/README.md @@ -0,0 +1,25 @@ +Some [random anons](https://yuki.la/g/72836770#p72842483) custom [Iosevka](https://github.com/be5invis/Iosevka) font build. + +![Iosevka font](screenshot.png) + +## Install + +Clone the repo or download the fonts to `~/.fonts` + +``` +git clone https://git.lain.church/zdm/anons-font ~/.fonts/anons-font +``` + +Update your font cache + +``` +fc-cache -fv ~/.fonts +``` + +Confirm the font is installed + +``` +fc-list | grep 'Iosevka Custom' +``` + +Most programs need to be restarted to be able to select this font from the newly built font cache. diff --git a/myosevka-bold.ttf b/myosevka-bold.ttf new file mode 100644 index 0000000..0d2b73b Binary files /dev/null and b/myosevka-bold.ttf differ diff --git a/myosevka-bolditalic.ttf b/myosevka-bolditalic.ttf new file mode 100644 index 0000000..36dd632 Binary files /dev/null and b/myosevka-bolditalic.ttf differ diff --git a/myosevka-boldoblique.ttf b/myosevka-boldoblique.ttf new file mode 100644 index 0000000..8432842 Binary files /dev/null and b/myosevka-boldoblique.ttf differ diff --git a/myosevka-italic.ttf b/myosevka-italic.ttf new file mode 100644 index 0000000..4b7ce5e Binary files /dev/null and b/myosevka-italic.ttf differ diff --git a/myosevka-oblique.ttf b/myosevka-oblique.ttf new file mode 100644 index 0000000..7ee8264 Binary files /dev/null and b/myosevka-oblique.ttf differ diff --git a/myosevka-regular.ttf b/myosevka-regular.ttf new file mode 100644 index 0000000..904414d Binary files /dev/null and b/myosevka-regular.ttf differ diff --git a/screenshot.png b/screenshot.png new file mode 100644 index 0000000..4b245f0 Binary files /dev/null and b/screenshot.png differ