mirror of
https://github.com/sayyadirfanali/Myna.git
synced 2026-04-24 01:08:36 +02:00
update README.md
This commit is contained in:
16
README.md
16
README.md
@@ -28,19 +28,17 @@ NB: Myna is designed to be a simple font. The current release is a single weight
|
|||||||
<img alt="Perl" src="https://example.com/Perl_light.png">
|
<img alt="Perl" src="https://example.com/Perl_light.png">
|
||||||
</picture>
|
</picture>
|
||||||
|
|
||||||
<picture>
|
|
||||||
<source media="(prefers-color-scheme: dark)" srcset="images/Haskell_dark.png">
|
|
||||||
<source media="(prefers-color-scheme: light)" srcset="images/Haskell_light.png">
|
|
||||||
<img alt="Haskell" src="https://example.com/Haskell_light.png">
|
|
||||||
</picture>
|
|
||||||
|
|
||||||
<picture>
|
<picture>
|
||||||
<source media="(prefers-color-scheme: dark)" srcset="images/C_dark.png">
|
<source media="(prefers-color-scheme: dark)" srcset="images/C_dark.png">
|
||||||
<source media="(prefers-color-scheme: light)" srcset="images/C_light.png">
|
<source media="(prefers-color-scheme: light)" srcset="images/C_light.png">
|
||||||
<img alt="C" src="https://example.com/C_light.png">
|
<img alt="C" src="https://example.com/C_light.png">
|
||||||
</picture>
|
</picture>
|
||||||
|
|
||||||
Please click on the image to view it in full in a new tab.
|
Here is a comparison of popular glyph combinations in Myna with other popular non-ligature monospace fonts. Note that these are fonts which don't use ligatures. As is clear, Myna tries to achieve the smooth look of ligatures but retains the simplicity of ASCII.
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
Please click on the images below to view it in full in a new tab.
|
||||||
|
|
||||||
| Language | Light | Dark |
|
| Language | Light | Dark |
|
||||||
|----------|-------|------|
|
|----------|-------|------|
|
||||||
@@ -56,10 +54,6 @@ Please click on the image to view it in full in a new tab.
|
|||||||
| **HTML** | <img src="images/HTML_light.png" width="500"> | <img src="images/HTML_dark.png" width="500"> |
|
| **HTML** | <img src="images/HTML_light.png" width="500"> | <img src="images/HTML_dark.png" width="500"> |
|
||||||
| **SQL** | <img src="images/SQL_light.png" width="500"> | <img src="images/SQL_dark.png" width="500"> |
|
| **SQL** | <img src="images/SQL_light.png" width="500"> | <img src="images/SQL_dark.png" width="500"> |
|
||||||
|
|
||||||
Here is a comparison of popular glyph combinations in Myna with other popular non-ligature monospace fonts. Note that these are fonts which don't use ligatures. As is clear, Myna tries to achieve the smooth look of ligatures but retains the simplicity of ASCII.
|
|
||||||
|
|
||||||

|
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
### Linux
|
### Linux
|
||||||
```bash
|
```bash
|
||||||
|
|||||||
Reference in New Issue
Block a user