mirror of
https://github.com/sayyadirfanali/Myna.git
synced 2026-03-25 18:41:23 +01:00
add v2.0 Beta release variants
This commit is contained in:
28
README.txt
28
README.txt
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user