# Myna

## Description
This package contains the Myna font in several variants: Regular, Medium, Bold (and faux Italic for all 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)
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.
