Skip to content
Snippets Groups Projects
Commit 4b6352b2 authored by benjamin's avatar benjamin
Browse files

mal gucke ob das für WAVE ein Problem ist wenn ich die Fontauswahl in eine Liste packe

parent adebe4eb
Branches
Tags
1 merge request!1Feature/accessibility menu
......@@ -21,6 +21,9 @@
</button>
<fieldset class="display-none" id="font-selection">
<legend>Font</legend>
<ul>
<li>
<input
type="radio"
name="font"
......@@ -30,8 +33,12 @@
<label for="font-SylexiadSans" class="font-SylexiadSans"
>Sylexiad Sans</label
>
</li>
<li>
<input type="radio" name="font" id="font-Lora" value="Lora" />
<label for="font-Lora" class="font-Lora">Lora</label>
</li>
<li>
<input
type="radio"
name="font"
......@@ -43,6 +50,8 @@
class="font-AtkinsonHyperlegible"
>Atkinson Hyperlegible</label
>
</li>
<li>
<input
type="radio"
name="font"
......@@ -52,6 +61,8 @@
<label for="font-OpenDyslexicThree" class="font-OpenDyslexicThree"
>Open Dyslexic</label
>
</li>
<li>
<input
type="radio"
name="font"
......@@ -60,6 +71,8 @@
checked
/>
<label for="font-Ubuntu" class="font-Ubuntu">Ubuntu</label>
</li>
</ul>
</fieldset>
</div>
<h1>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment