Files
Myna/README.txt
2025-12-14 18:43:59 +05:30

27 lines
567 B
Plaintext

# Myna
## Description
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/
fc-cache -v
```
### macOS
```bash
git clone https://github.com/sayyadirfanali/Myna.git
cd Myna
cp Myna.otf ~/Library/Fonts/
```
### 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.