Skip to content

Commit 839501b

Browse files
committed
a11y: clarity dyslexia mode exclude fa icons from font change
1 parent ded6d7d commit 839501b

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/themes/clean/assets/css/clean.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -627,6 +627,10 @@ a.btn {
627627
background-color: var(--bg-dyslexia);
628628
}
629629

630+
.dyslexia-friendly .fa {
631+
font-family: "Font Awesome 5 Free", "Font Awesome 5 Pro", "FontAwesome" !important;
632+
}
633+
630634
.dyslexia-friendly em,
631635
.dyslexia-friendly i {
632636
background-color: var(--bg-dyslexia-em);

0 commit comments

Comments
 (0)