git clone https://git.lucas.co/Myna.git
README.txt (567B)
1 # Myna
2
3 ## Description
4 This package contains the Myna font in several variants: Regular and Bold (and faux Italic for both of them)
5
6 ## Installation
7 ### Linux
8 ```bash
9 git clone https://github.com/sayyadirfanali/Myna.git
10 cd ./Myna/fonts
11 cp *.otf ~/.local/share/fonts/
12 fc-cache -v
13 ```
14
15 ### macOS
16 ```bash
17 git clone https://github.com/sayyadirfanali/Myna.git
18 cd Myna
19 cp Myna.otf ~/Library/Fonts/
20 ```
21
22 ### Windows
23 1. Download the release
24 2. Right-click `Myna.otf` and select "Install for all users"
25
26 Format notes: OTF for OpenType features, TTF for broader compatibility.