add angular-round selector

This commit is contained in:
2026-08-08 18:05:03 +02:00
parent d47d87da82
commit de3b82d024
14 changed files with 447 additions and 50 deletions
+14
View File
@@ -16,6 +16,20 @@
</div>
</header>
<fieldset class="font-style">
<legend>Letter style</legend>
<div class="style-options">
<label class="style-option">
<input type="radio" name="font-style" value="round" checked disabled>
<span><span>Round</span><span class="glyph round-glyph">ⰀⰁ</span></span>
</label>
<label class="style-option">
<input type="radio" name="font-style" value="angular" disabled>
<span><span>Angular</span><span class="glyph angular-glyph">ⰀⰁ</span></span>
</label>
</div>
</fieldset>
<p id="status" class="status" aria-live="polite">Checking this page…</p>
<button id="toggle" type="button" aria-pressed="false" disabled>Enable Glagolitic</button>
</main>