mirror of
https://github.com/sayyadirfanali/Myna.git
synced 2026-01-18 01:26:43 +01:00
27 lines
567 B
Plaintext
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.
|