git clone https://git.lucas.co/Myna.git
resolve merge conflict
README.md | 12 ++++++++++--
1 file changed, 10 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index c194e9c..6b3c1d1 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,8 @@
-
+<picture>
+ <source media="(prefers-color-scheme: dark)" srcset="images/hero_dark.png">
+ <source media="(prefers-color-scheme: light)" srcset="images/hero_light.png">
+ <img alt="Perl" src="https://example.com/hero_light.png">
+</picture>


@@ -36,7 +40,11 @@ NB: Myna is designed to be a simple font. The current release is a single weight
Here is a comparison between some popular monospace fonts with Myna (at the bottom in red). The list of the fonts used could be found in the script [mkcomp](scripts/mkcomp). Myna tries to emulate the smooth look of ligatures but also retains the simplicity of ASCII.
-
+<picture>
+ <source media="(prefers-color-scheme: dark)" srcset="images/comp_dark.png">
+ <source media="(prefers-color-scheme: light)" srcset="images/comp_light.png">
+ <img alt="Perl" src="https://example.com/comp_light.png">
+</picture>
Please click on the images below to view it in full in a new tab.