add angular-round selector
This commit is contained in:
+14
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user