Skip to content

Commit 0a1a315

Browse files
authored
Update index.html
1 parent 166b3e2 commit 0a1a315

1 file changed

Lines changed: 11 additions & 10 deletions

File tree

index.html

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@
2020
<link rel="icon" type="image/svg+xml" href="assets/favicon.svg">
2121
<link rel="icon" type="image/x-icon" href="assets/favicon.ico">
2222
<link rel="manifest" href="assets/site.webmanifest">
23-
<link rel="stylesheet" href="css/easytype.css">
23+
<link rel="stylesheet" href="https://daverage.github.io/EasyType/css/easytype.css?v=1.0.0">
24+
<link rel="stylesheet" href="css/styles.css">
2425
<style>
2526
:root {
2627
--bg: #fafafa;
@@ -40,7 +41,7 @@
4041
margin: 0;
4142
background: var(--bg);
4243
color: var(--text);
43-
font-family: 'EasyType Sans', system-ui, -apple-system, sans-serif;
44+
font-family: 'EasyTypeSans', system-ui, -apple-system, sans-serif;
4445
line-height: 1.6;
4546
font-size: 16px;
4647
}
@@ -174,22 +175,22 @@ <h1>EasyType</h1>
174175

175176
<main class="wrap">
176177
<section class="grid" id="specimens">
177-
<article class="card" data-family="EasyType Sans">
178-
<div class="tag">EasyType Sans</div>
178+
<article class="card" data-family="EasyTypeSans">
179+
<div class="tag">EasyTypeSans</div>
179180
<h2>Balanced default</h2>
180181
<p class="sample">The quick brown fox jumps over the lazy dog. Reading should feel calm, anchored, and unhurried.</p>
181182
<p class="small">Neutral rhythm, gentle anchoring, and comfort spacing for everyday use in interfaces or long-form text.</p>
182183
</article>
183184

184-
<article class="card" data-family="EasyType Focus">
185-
<div class="tag">EasyType Focus</div>
185+
<article class="card" data-family="EasyTypeFocus">
186+
<div class="tag">EasyTypeFocus</div>
186187
<h2>For attention and rhythm</h2>
187188
<p class="sample">Spacing and entry anchors guide the eye from word to word, improving reading flow for those with attention variability.</p>
188189
<p class="small">Slightly wider spacing reduces crowding and supports smoother saccades - ideal for focus or study modes.</p>
189190
</article>
190191

191-
<article class="card" data-family="EasyType Dyslexic">
192-
<div class="tag">EasyType Dyslexic</div>
192+
<article class="card" data-family="EasyTypeDyslexic">
193+
<div class="tag">EasyTypeDyslexic</div>
193194
<h2>Clarity under pressure</h2>
194195
<p class="sample">Higher x-height, stronger baseline anchors, and open shapes reduce confusion between similar letters.</p>
195196
<p class="small">Designed for visual clarity, fatigue reduction, and accessible learning materials.</p>
@@ -205,7 +206,7 @@ <h2>Why it was built</h2>
205206
<li><strong>Raised x-height</strong> and <strong>increased openness</strong> improve letter recognition and reduce misreads, supported by studies on dyslexic perception of type.</li>
206207
<li><strong>Adaptive spacing</strong> - slightly wider letter and word spacing - mitigates crowding and supports working-memory pacing.</li>
207208
</ul>
208-
<p>EasyType blends these principles into three variants - EasyType Sans, EasyType Focus, and EasyType Dyslexic - so designers, educators, and readers can select what feels most comfortable.</p>
209+
<p>EasyType blends these principles into three variants - EasyTypeSans, EasyTypeFocus, and EasyTypeDyslexic - so designers, educators, and readers can select what feels most comfortable.</p>
209210
</section>
210211

211212
<section class="grid">
@@ -216,7 +217,7 @@ <h2>Download or embed</h2>
216217
<p><strong>Web embed:</strong></p>
217218
<p><code>&lt;link rel="stylesheet" href="https://daverage.github.io/EasyType/css/easytype.css?v=1.0.0"&gt;</code></p>
218219
<p><strong>Desktop install:</strong> grab the full family as <a href="https://www.marczewski.me.uk/easytype/easytypesans.zip">easytypesans.zip</a> for macOS or Windows.</p>
219-
<p><strong>Interactive specimen:</strong> explore every weight, style, and feature on the <a href="demo.html">live demo page</a> (it loads the same EasyType Sans web include used in production).</p>
220+
<p><strong>Interactive specimen:</strong> explore every weight, style, and feature on the <a href="demo.html">live demo page</a> (it loads the same EasyTypeSans web include used in production).</p>
220221
</article>
221222

222223
<article class="card">

0 commit comments

Comments
 (0)