Corran commited on
Commit
89685e9
1 Parent(s): f171dae

Update style.css

Browse files
Files changed (1) hide show
  1. style.css +10 -0
style.css CHANGED
@@ -37,6 +37,16 @@ article.dyslexic {
37
  font-family: opendyslexic !important;
38
  }
39
 
 
 
 
 
 
 
 
 
 
 
40
  article > * {
41
  grid-column: 4;
42
  }
 
37
  font-family: opendyslexic !important;
38
  }
39
 
40
+ /* Change font family if dyslexif is true */
41
+ article.dyslexic p {
42
+ font-family: opendyslexic !important;
43
+ }
44
+
45
+ /* Change font family if dyslexif is true */
46
+ article.dyslexic > p{
47
+ font-family: opendyslexic !important;
48
+ }
49
+
50
  article > * {
51
  grid-column: 4;
52
  }