add v2.0 Beta release variants

This commit is contained in:
sayyadirfanali
2025-12-14 18:39:00 +05:30
parent 9138e77400
commit 24ccfd2458
53 changed files with 44771 additions and 11607 deletions

View File

@@ -1,14 +1,26 @@
# Myna
## Description
This package contains the Myna font in several variants:
- Myna.otf/.ttf: standard version (both .otf and .ttf files)
- Myna-alt_l.otf/.ttf: alternate version with different shape for 'l' glyph
- Myna-NerdFonts.otf: NerdFonts support with additional icons
This package contains the Myna font in several variants: Regular, Medium, Bold (and faux Italic for all of them)
## Installation:
- Install the font files through your system's font manager on Windows or MacOS, or copy them to your system fonts directory (./local/share/fonts) in Linux.
- Choose either the standard or alternate version based on your preference for the 'l' character.
- You can also choose NerdFonts version which includes extra glyphs for development environments and terminal use.
## 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)
fc-cache -v
```
### macOS
```bash
git clone https://github.com/sayyadirfanali/Myna.git
cd Myna
cp Myna.otf ~/Library/Fonts/ # do NOT copy all files (read note above)
```
### Windows
1. Download the release
2. Right-click `Myna.otf` and select "Install for all users"
Format notes: OTF for OpenType features, TTF for broader compatibility.