You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A variable version of [Atkinson Hyperlegible Next](https://www.brailleinstitute.org/freefont/?_sc=NjQ1ODg2NiM2ODIzNA%3D%3D#:~:text=The%20Atkinson%20Hyperlegible%20Next%E2%84%A2%20Font) and [Atkinson Hyperlegible Mono](https://www.brailleinstitute.org/freefont/?_sc=NjQ1ODg2NiM2ODIzNA%3D%3D#:~:text=The%20Atkinson%20Hyperlegible%20Mono%E2%84%A2%20Font) are available, with support for over 150 languages.
367
+
368
+
These 2 fonts are also available on [Google Fonts](https://fonts.google.com/?query=Atkinson).
@@ -550,6 +550,30 @@ font-family: "Name of your variable font", ui-monospace, monospace;</code></pre>
550
550
</section>
551
551
</section>
552
552
553
+
<sectionid="accessibility" class="level2">
554
+
<h2id="sigil_toc_id_210">Accessibility</h2>
555
+
556
+
<p>A variable version of <ahref="https://www.brailleinstitute.org/freefont/?_sc=NjQ1ODg2NiM2ODIzNA%3D%3D#:~:text=The%20Atkinson%20Hyperlegible%20Next%E2%84%A2%20Font">Atkinson Hyperlegible Next</a> and <ahref="https://www.brailleinstitute.org/freefont/?_sc=NjQ1ODg2NiM2ODIzNA%3D%3D#:~:text=The%20Atkinson%20Hyperlegible%20Mono%E2%84%A2%20Font">Atkinson Hyperlegible Mono</a> are available, with support for over 150 languages.</p>
557
+
558
+
<p>These 2 fonts are also available on <ahref="https://fonts.google.com/?query=Atkinson">Google Fonts</a>.</p>
Copy file name to clipboardExpand all lines: docs/ReadiumCSS_docs/OEBPS/Text/Section-012.xhtml
+1-1
Original file line number
Diff line number
Diff line change
@@ -252,7 +252,7 @@ root.style.setProperty("name of var", "");</code></pre>
252
252
--USER__selectionBackgroundColor
253
253
--USER__selectionTextColor</code></pre>
254
254
255
-
<p>It’s up to implementers to decide whether they want to expose these as user settings i.e. for power/advanced users, or set them after deriving the value from background and text color (e.g. a contrast algorithm).</p>
255
+
<p>It’s up to implementers to decide whether they want to expose these as user settings i.e. for power/advanced users, or set them after deriving the value from background and text color (e.g. a contrast algorithm).</p>
256
256
257
257
<p>Possible values: Color HEX (e.g. <code>#FFFFFF</code>), <code>rgb(a)</code>, <code>hsl</code>.</p>
<p>Previously, you had to rely on day, sepia, and night mode to enforce the color of links and benefit from their specific image flags/features. </p>
206
206
207
-
<p>These decisions are now made at consumers’ discretion, which means they can invert images in their darkest custom themes without having to override ReadiumCSS’ night mode colors for instance, or offer these features to users as they see fit – globally or scoped to a subset of themes – in their app.</p>
207
+
<p>These decisions are now made at consumers’ discretion, which means they can invert images in their darkest custom themes without having to override ReadiumCSS’ night mode colors for instance, or offer these features to users as they see fit – globally or scoped to a subset of themes – in their app.</p>
208
208
209
209
<p><strong>Note you’ll have to take gaiji into account in dark custom themes as inverting them so that they match the color of text can only be done automatically in readiumCSS’ own night mode.</strong></p>
0 commit comments