From 62b73d37c482d18e0ab1d20b2e0e1843160962bc Mon Sep 17 00:00:00 2001
From: Sami Suleiman
Date: Fri, 31 Oct 2025 00:46:35 +0100
Subject: [PATCH] add ligatures module
add a button to toggle ligatures
---
index.css | 4 ++--
index.html | 21 ++++++++++++++++-
index.js | 2 ++
modules/ligatures.js | 55 ++++++++++++++++++++++++++++++++++++++++++++
4 files changed, 79 insertions(+), 3 deletions(-)
create mode 100644 modules/ligatures.js
diff --git a/index.css b/index.css
index ec25839..06be33b 100644
--- a/index.css
+++ b/index.css
@@ -248,7 +248,7 @@ section.config {
grid-column-gap: 4px;
grid-row-gap: 4px;
grid-row-gap: 4px;
- grid-template-columns: auto auto auto auto;
+ grid-template-columns: auto auto auto auto auto;
padding: 8px;
font-size: 10px;
border: 1px solid var(--light-grey);
@@ -530,7 +530,7 @@ button {
select {
all: unset;
- width: 9em;
+ width: 8.5em;
padding: 0 .5ex;
border: 1px solid var(--light-grey);
border-radius: 3px;
diff --git a/index.html b/index.html
index b501da7..5488abe 100755
--- a/index.html
+++ b/index.html
@@ -276,7 +276,26 @@
-
+
+
+
+