From 3ffa429a9eafbb38ec4ec0bbced179edadb7bf24 Mon Sep 17 00:00:00 2001 From: sayyadirfanali Date: Sun, 14 Dec 2025 18:43:59 +0530 Subject: [PATCH] update README.md for v2.0 Beta announcement --- .gitignore | 2 +- README.md | 6 ++++-- README.txt | 6 +++--- 3 files changed, 8 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index 1fc3f97..05f2c4b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,3 @@ local.py Myna.otf -Myna.zip +*.zip diff --git a/README.md b/README.md index 3e33bc0..cd00da5 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,8 @@ ![Version](https://img.shields.io/badge/version-2.0.0b-blue.svg?style=for-the-badge) ![License](https://img.shields.io/badge/license-OFL-success.svg?style=for-the-badge) +Myna v2.0.0 Beta is released. It features more bold and (faux) italic variants and even supports APL characters. Please download it and report issues for v2.0.0 full release. + Do you ever feel like your font treats symbols as second-class glyphs? Are you frustrated that `->` looks nothing like an arrow, and `$`, `@`, `%` seem ever mismatched? Want to experience the beauty of ligatures without losing the simplicity of ASCII and getting tangled in the web of ligature-compatible terminal emulators? @@ -39,7 +41,7 @@ Myna features Regular, Medium, Bold weight with faux Italic variants for all of ```bash git clone https://github.com/sayyadirfanali/Myna.git cd ./Myna/fonts -cp *.otf ~/.local/share/fonts/ # do NOT copy all files (read note above) +cp *.otf ~/.local/share/fonts/ fc-cache -v ``` @@ -47,7 +49,7 @@ fc-cache -v ```bash git clone https://github.com/sayyadirfanali/Myna.git cd Myna -cp Myna.otf ~/Library/Fonts/ # do NOT copy all files (read note above) +cp Myna.otf ~/Library/Fonts/ ``` ### Windows diff --git a/README.txt b/README.txt index 6f3d71a..3c5ea89 100644 --- a/README.txt +++ b/README.txt @@ -1,14 +1,14 @@ # Myna ## Description -This package contains the Myna font in several variants: Regular, Medium, Bold (and faux Italic for all of them) +This package contains the Myna font in several variants: Regular and Bold (and faux Italic for both of them) ## Installation ### Linux ```bash git clone https://github.com/sayyadirfanali/Myna.git cd ./Myna/fonts -cp *.otf ~/.local/share/fonts/ # do NOT copy all files (read note above) +cp *.otf ~/.local/share/fonts/ fc-cache -v ``` @@ -16,7 +16,7 @@ fc-cache -v ```bash git clone https://github.com/sayyadirfanali/Myna.git cd Myna -cp Myna.otf ~/Library/Fonts/ # do NOT copy all files (read note above) +cp Myna.otf ~/Library/Fonts/ ``` ### Windows