mirror of
https://github.com/sayyadirfanali/Myna.git
synced 2026-04-01 14:43:20 +02:00
update README.md for v2.0 Beta announcement
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -1,3 +1,3 @@
|
|||||||
local.py
|
local.py
|
||||||
Myna.otf
|
Myna.otf
|
||||||
Myna.zip
|
*.zip
|
||||||
|
|||||||
@@ -7,6 +7,8 @@
|
|||||||

|

|
||||||

|

|
||||||
|
|
||||||
|
Myna v2.0.0 Beta is released. It features more bold and (faux) italic variants and even supports APL characters. Please download it and report issues for v2.0.0 full release.
|
||||||
|
|
||||||
Do you ever feel like your font treats symbols as second-class glyphs? Are you frustrated that `->` looks nothing like an arrow, and `$`, `@`, `%` seem ever mismatched?
|
Do you ever feel like your font treats symbols as second-class glyphs? Are you frustrated that `->` looks nothing like an arrow, and `$`, `@`, `%` seem ever mismatched?
|
||||||
|
|
||||||
Want to experience the beauty of ligatures without losing the simplicity of ASCII and getting tangled in the web of ligature-compatible terminal emulators?
|
Want to experience the beauty of ligatures without losing the simplicity of ASCII and getting tangled in the web of ligature-compatible terminal emulators?
|
||||||
@@ -39,7 +41,7 @@ Myna features Regular, Medium, Bold weight with faux Italic variants for all of
|
|||||||
```bash
|
```bash
|
||||||
git clone https://github.com/sayyadirfanali/Myna.git
|
git clone https://github.com/sayyadirfanali/Myna.git
|
||||||
cd ./Myna/fonts
|
cd ./Myna/fonts
|
||||||
cp *.otf ~/.local/share/fonts/ # do NOT copy all files (read note above)
|
cp *.otf ~/.local/share/fonts/
|
||||||
fc-cache -v
|
fc-cache -v
|
||||||
```
|
```
|
||||||
|
|
||||||
@@ -47,7 +49,7 @@ fc-cache -v
|
|||||||
```bash
|
```bash
|
||||||
git clone https://github.com/sayyadirfanali/Myna.git
|
git clone https://github.com/sayyadirfanali/Myna.git
|
||||||
cd Myna
|
cd Myna
|
||||||
cp Myna.otf ~/Library/Fonts/ # do NOT copy all files (read note above)
|
cp Myna.otf ~/Library/Fonts/
|
||||||
```
|
```
|
||||||
|
|
||||||
### Windows
|
### Windows
|
||||||
|
|||||||
@@ -1,14 +1,14 @@
|
|||||||
# Myna
|
# Myna
|
||||||
|
|
||||||
## Description
|
## Description
|
||||||
This package contains the Myna font in several variants: Regular, Medium, Bold (and faux Italic for all of them)
|
This package contains the Myna font in several variants: Regular and Bold (and faux Italic for both of them)
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
### Linux
|
### Linux
|
||||||
```bash
|
```bash
|
||||||
git clone https://github.com/sayyadirfanali/Myna.git
|
git clone https://github.com/sayyadirfanali/Myna.git
|
||||||
cd ./Myna/fonts
|
cd ./Myna/fonts
|
||||||
cp *.otf ~/.local/share/fonts/ # do NOT copy all files (read note above)
|
cp *.otf ~/.local/share/fonts/
|
||||||
fc-cache -v
|
fc-cache -v
|
||||||
```
|
```
|
||||||
|
|
||||||
@@ -16,7 +16,7 @@ fc-cache -v
|
|||||||
```bash
|
```bash
|
||||||
git clone https://github.com/sayyadirfanali/Myna.git
|
git clone https://github.com/sayyadirfanali/Myna.git
|
||||||
cd Myna
|
cd Myna
|
||||||
cp Myna.otf ~/Library/Fonts/ # do NOT copy all files (read note above)
|
cp Myna.otf ~/Library/Fonts/
|
||||||
```
|
```
|
||||||
|
|
||||||
### Windows
|
### Windows
|
||||||
|
|||||||
Reference in New Issue
Block a user