git clone https://git.lucas.co/Myna.git
update README.md
README.md | 16 +++++-----------
1 file changed, 5 insertions(+), 11 deletions(-)
diff --git a/README.md b/README.md
index 46d8c91..5b61e19 100644
--- a/README.md
+++ b/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">
</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>
<source media="(prefers-color-scheme: dark)" srcset="images/C_dark.png">
<source media="(prefers-color-scheme: light)" srcset="images/C_light.png">
<img alt="C" src="https://example.com/C_light.png">
</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 |
|----------|-------|------|
@@ -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"> |
| **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
### Linux
```bash